1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 07:29:03 +00:00

Don't make libnetutil/Makefile depend on ../config.status. It was

messing up "make clean".
This commit is contained in:
david
2010-09-15 01:33:40 +00:00
parent b99497623e
commit a2270f75d0

View File

@@ -30,7 +30,7 @@ clean:
distclean: clean
rm -rf Makefile
Makefile: Makefile.in $(top_srcdir)/config.status
Makefile: Makefile.in
cd $(top_srcdir) && ./config.status
.cc.o: