1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Avoid infinite loop on make clean with included libpcap

This commit is contained in:
dmiller
2019-03-30 03:24:48 +00:00
parent 8964da2406
commit bea1ff6d61

View File

@@ -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 \