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