openbsd-ports/databases/tdb/patches/patch-rules_mk
sthen a26c1253cd - update tdb to samba's standalone release rather than the sourceforge version
- switch back to standard file locations
- adjust fdm to match

looks fine to nicm@, needed for forthcoming samba update
2010-04-26 17:22:06 +00:00

16 lines
411 B
Plaintext

$OpenBSD: patch-rules_mk,v 1.1 2010/04/26 17:22:06 sthen Exp $
--- rules.mk.orig Mon Apr 19 12:16:11 2010
+++ rules.mk Mon Apr 19 12:16:23 2010
@@ -8,9 +8,9 @@ showflags::
.SUFFIXES: .c .o
.c.o:
- @echo Compiling $*.c
+ @#echo Compiling $*.c
@mkdir -p `dirname $@`
- @$(CC) $(PICFLAG) $(CFLAGS) $(ABI_CHECK) -c $< -o $@
+ $(CC) $(PICFLAG) $(CFLAGS) $(ABI_CHECK) -c $< -o $@
distclean::
rm -f *~ */*~