(.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>
+
+ * 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.
$(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