ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / nmap / Makefile.in.patch
blob6bd531e1f2171e7717389971fb8b6762858c8552
1 --- nmap/libpcre/Makefile.in.orig 2005-01-08 13:10:58.000000000 +0100
2 +++ nmap/libpcre/Makefile.in 2005-01-08 13:11:18.000000000 +0100
3 @@ -105,11 +105,6 @@
4 pcre.h config.h Makefile
5 $(CC) -c $(CFLAGS) $(INCLS) $(DEFS) $(UTF8) $(top_srcdir)/study.c
7 -# An auxiliary program makes the default character table source
9 -$(top_srcdir)/chartables.c: dftables
10 - ./dftables >$(top_srcdir)/chartables.c
12 dftables.@BUILD_OBJEXT@: $(top_srcdir)/dftables.c $(top_srcdir)/maketables.c \
13 $(top_srcdir)/internal.h pcre.h config.h Makefile
14 $(CC) -c $(CFLAGS) $(INCLS) $(DEFS) -I. $(top_srcdir)/dftables.c