5ccd76ba50
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5107 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
321 B
Diff
12 lines
321 B
Diff
--- bind-9.3.1/lib/dns/Makefile.in.old Sun Oct 15 01:27:40 2006
|
|
+++ bind-9.3.1/lib/dns/Makefile.in Sun Oct 15 01:28:15 2006
|
|
@@ -156,7 +156,7 @@
|
|
./gen -s ${srcdir} > code.h
|
|
|
|
gen: gen.c
|
|
- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
|
|
+ ${CC} ${ALL_CFLAGS} -o $@ ${srcdir}/gen.c
|
|
|
|
rbtdb64.@O@: rbtdb.c
|
|
|