]> code.citadel.org Git - citadel.git/commitdiff
* Configure, Makefile.in: autodependency-related fixes
authorNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 18 Sep 1998 19:18:08 +0000 (19:18 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Fri, 18 Sep 1998 19:18:08 +0000 (19:18 +0000)
citadel/ChangeLog
citadel/Makefile.in

index 5ba7045b58264ac45b1238bddfc4d39bbb8e702a..306fcb75016db4bff072f6cdae0b57c238bcf9ef 100644 (file)
@@ -1,7 +1,7 @@
 1998-09-18 Nathan Bryant <bryant@cs.usm.maine.edu>
        * user_ops.c: include dynloader.h
        * roomstats.{c,mk}: removed
-       * Makefile.in: autodependency-related fixes
+       * Configure, Makefile.in: autodependency-related fixes
 
 Thu Sep 17 22:55:29 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Various changes to allow "new messages" to work correctly with Mail
index 90e4e54598e1ab6c6dd1c562020cd9e7fc419cb0..ee36069732f27d759e10ba39b1b619e2b1a22536 100644 (file)
@@ -252,4 +252,4 @@ realclean: cleaner
        rm -f Makefile sysdep.h
 
 .depend: $(wildcard *.c) $(wildcard *.h)
-       gcc -MM *.c | sed -e 's#/usr/include/ncurses/curses.h##' > .depend
+       gcc -MM *.c > .depend