* scripts: New directory.
	* =__ify: Moved to scripts.
	* Rules: Unconfuse syntax highlighting with a fake comment.
This commit is contained in:
Ulrich Drepper 1998-05-09 00:01:32 +00:00
parent a05977f859
commit b1bcab53d6
4 changed files with 3 additions and 18 deletions

View File

@ -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.
@ -65,10 +65,7 @@
* 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>

View 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:

View File

@ -974,7 +974,3 @@ ifeq ($(with-cvs),yes)
endif
endif
endif
# Local Variables:
# mode: makefile
# End:

4
Rules
View File

@ -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: