Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2005-10-01 03:04:13 UTC

Modified files:
     ircd/test/Makefile.in ChangeLog

Log message:

Fix typo in "make depend" warning message.

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.712 ircu2.10/ChangeLog:1.713
--- ircu2.10/ChangeLog:1.712    Fri Sep 30 17:29:07 2005
+++ ircu2.10/ChangeLog  Fri Sep 30 20:04:02 2005
@@ -1,5 +1,10 @@
 2005-09-30  Michael Poole <[EMAIL PROTECTED]>
 
+       * ircd/test/Makefile.in: Add missing path component in warning
+       message about Makefile.in.bak.
+
+2005-09-30  Michael Poole <[EMAIL PROTECTED]>
+
        * ChangeLog: Move old contents to ChangeLog.12 and create anew.
 
        * include/patchlevel.h: Bump to 2.10.13.alpha.0.
Index: ircu2.10/ircd/test/Makefile.in
diff -u ircu2.10/ircd/test/Makefile.in:1.7 ircu2.10/ircd/test/Makefile.in:1.8
--- ircu2.10/ircd/test/Makefile.in:1.7  Tue Sep 20 16:17:54 2005
+++ ircu2.10/ircd/test/Makefile.in      Fri Sep 30 20:04:02 2005
@@ -26,7 +26,7 @@
 depend: ${DEP_SRC}
        @cd ${srcdir} && \
        if [ -f Makefile.in.bak ]; then \
-         echo "make depend: First remove ircd/Makefile.in.bak"; \
+         echo "make depend: First remove ircd/test/Makefile.in.bak"; \
        else \
          mv Makefile.in Makefile.in.bak && \
          grep -A1 -B10000 '^# DO NOT DELETE THIS LINE' Makefile.in.bak > 
Makefile.in && \
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to