From 80510e96d65d2e028379594256d15e8d27b01879 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 2 Dec 2013 21:15:25 +0000 Subject: [PATCH] Properly remove nsock_config.h on make distclean --- nsock/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsock/src/Makefile.in b/nsock/src/Makefile.in index 57050673e..62f11b1f1 100644 --- a/nsock/src/Makefile.in +++ b/nsock/src/Makefile.in @@ -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)