]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.in (.SUFFIX): Spell correctly, as ...
authorColin Watson <cjwatson@ubuntu.com>
Tue, 13 Jul 2010 11:24:07 +0000 (12:24 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 13 Jul 2010 11:24:07 +0000 (12:24 +0100)
(.SUFFIXES): ... this.  Fixes bug where `make foo' (where foo is a
bare module name without `.mod', e.g. `test') tried to invoke a
Modula-2 compiler.

ChangeLog
Makefile.in

index 595f22756f14fa3b2b0c78c4f07247792d30f149..e894a479c1f474bcb6d8ceb640cefb990230ce44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-13  Colin Watson  <cjwatson@ubuntu.com>
+
+       * Makefile.in (.SUFFIX): Spell correctly, as ...
+       (.SUFFIXES): ... this.  Fixes bug where `make foo' (where foo is a
+       bare module name without `.mod', e.g. `test') tried to invoke a
+       Modula-2 compiler.
+
 2010-07-13  Colin Watson  <cjwatson@ubuntu.com>
 
        * README: Point to the Info manual.
index ce407e0cc0b561bbc10c2a3b6125cb2b2daa47b2..3dc7e6f1909df29a3f063886e8f8f4f22771ba86 100644 (file)
@@ -524,8 +524,8 @@ check: all $(UNIT_TESTS) $(FUNCTIONAL_TESTS) $(SCRIPTED_TESTS)
          $(builddir)/$$file; \
        done
 
-.SUFFIX:
-.SUFFIX: .c .o .S .d
+.SUFFIXES:
+.SUFFIXES: .c .o .S .d
 
 # Regenerate configure and Makefile automatically.
 $(srcdir)/aclocal.m4: configure.ac acinclude.m4