mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Don't make libnetutil/Makefile depend on ../config.status. It was
messing up "make clean".
This commit is contained in:
parent
b99497623e
commit
a2270f75d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue