mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Avoid infinite loop on make clean with included libpcap
This commit is contained in:
@@ -711,8 +711,8 @@ uninstall-rpcapd:
|
||||
|
||||
clean:
|
||||
rm -f $(CLEANFILES)
|
||||
cd rpcapd; $(MAKE) clean
|
||||
cd testprogs; $(MAKE) clean
|
||||
cd rpcapd && $(MAKE) clean
|
||||
cd testprogs && $(MAKE) clean
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile config.cache config.log config.status \
|
||||
|
||||
Reference in New Issue
Block a user