Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 9 May 1998 00:01:32 +0000 (00:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 9 May 1998 00:01:32 +0000 (00:01 +0000)
* scripts: New directory.
* =__ify: Moved to scripts.
* Rules: Unconfuse syntax highlighting with a fake comment.

ChangeLog
Makeconfig
Makerules
Rules

index cd6e8c8..8654f26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,8 +15,8 @@
        * autolock.sh: Removed.
        * manual/move-if-change: Removed.
 
-       * scripts: new directory.
-       * =__ify: moved to scripts.
+       * scripts: New directory.
+       * =__ify: Moved to scripts.
        * config.guess: Likewise.
        * config.sub: Likewise.
        * gen-FAQ.pl: Likewise.
        * munch.awk: Likewise.
        * version.c: Likewise.
 
-       * Makeconfig: Add emacs mode marker.
-       * Makerules: Likewise.
-       * Rules: Likewise, and also unconfuse syntax highlighting with
-       a fake comment.
+       * Rules: Unconfuse syntax highlighting with a fake comment.
 
 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
 
index ccaa085..1948e79 100644 (file)
@@ -795,7 +795,3 @@ $(common-objpfx)sysd-dirs: $(common-objpfx)config.make $(all-Subdirs-files)
        mv -f $@-tmp $@
 
 endif # Makeconfig not yet included
-
-# Local Variables:
-# mode: makefile
-# End:
index 2b6e395..223442c 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -974,7 +974,3 @@ ifeq ($(with-cvs),yes)
 endif
 endif
 endif
-
-# Local Variables:
-# mode: makefile
-# End:
diff --git a/Rules b/Rules
index 57f75eb..d50072b 100644 (file)
--- a/Rules
+++ b/Rules
@@ -189,7 +189,3 @@ $(common-objpfx)dummy$o: $(common-objpfx)dummy.c $(before-compile);
 endef
 object-suffixes-left := $(object-suffixes)
 include $(o-iterator)
-
-# Local Variables:
-# mode: makefile
-# End: