summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--config.make.in1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c266879b..37abc75a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-12-02 Niels Möller <nisse@lysator.liu.se>
+ * config.make.in (.c): Disable default rule for BSD-make.
+
* Makefile.in (all check install uninstall)
(clean distclean mostlyclean maintainer-clean): Don't use the -C
flag when invoking make, for compatibility with Solaris make.
diff --git a/config.make.in b/config.make.in
index fde42089..537599b2 100644
--- a/config.make.in
+++ b/config.make.in
@@ -66,6 +66,7 @@ default: all
# Disable builtin rule
%$(EXEEXT) : %.c
+.c:
# Keep object files
.PRECIOUS: %.o