1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00

Properly remove nsock_config.h on make distclean

This commit is contained in:
dmiller
2013-12-02 21:15:25 +00:00
parent 655e2283f8
commit 80510e96d6

View File

@@ -61,7 +61,7 @@ clean:
rm -f $(OBJS) $(TARGET)
distclean: clean
rm -f Makefile makefile.dep config.log config.status nsock_config.h
rm -f Makefile makefile.dep config.log config.status ../include/nsock_config.h
depend:
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)