]> code.citadel.org Git - citadel.git/commitdiff
* Makefile.in: realclean removes config.{cache,log,status}
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 29 Sep 1998 22:44:48 +0000 (22:44 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 29 Sep 1998 22:44:48 +0000 (22:44 +0000)
citadel/ChangeLog
citadel/Makefile.in

index 18fa225b3c0516b41aa46e2c5518789a71ef4208..606b1576832f5668d24230c5f52c8c1b4dd4b0ec 100644 (file)
@@ -2,6 +2,7 @@
        * user_ops.c: fix compiler warning and potential memory leak,
          include sysdep.h
        * configure.in, Makefile.in: only build the server if we find pthreads
+       * Makefile.in: realclean removes config.{cache,log,status}
 
 Tue Sep 29 13:20:14 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Removed code from some of the utilities which was still attempting
index 42ee2f2a1e886b024ba9c29f47a9af478aae32ac..d59d665a2996b6397c44b4bd7af25363b8f63e8a 100644 (file)
@@ -257,7 +257,7 @@ cleaner: clean
                $(SERV_MODULES) $(PROXY_TARGETS)
 
 realclean: cleaner
-       rm -f Makefile sysdep.h
+       rm -f Makefile sysdep.h config.cache config.log config.status
 
 .depend: $(wildcard *.c) $(wildcard *.h)
        $(CC) -MM *.c > .depend