summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2004-12-05 11:15:27 +0100
committerNiels Möller <nisse@lysator.liu.se>2004-12-05 11:15:27 +0100
commitf5529bcad9a0c70fc9d99b0bcdfa40b85732fb3a (patch)
tree5b17b8d8bf9cba0d18fab5ebe93321ef6888f599 /config.make.in
parentfd61c58320919ee8751a614941e59571792bc626 (diff)
downloadnettle-f5529bcad9a0c70fc9d99b0bcdfa40b85732fb3a.tar.gz
(.PRECIOUS): Reverted earlier change. We need
.PRECIOUS to stop GNU make from deleting object files for the test programs. Rev: src/nettle/ChangeLog:1.316 Rev: src/nettle/config.make.in:1.8
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 404389c1..713f54e5 100644
--- a/config.make.in
+++ b/config.make.in
@@ -74,6 +74,9 @@ default: all
%$(EXEEXT) : %.c
.c:
+# Keep object files
+.PRECIOUS: %.o
+
.PHONY: all check install uninstall clean distclean mostlyclean maintainer-clean distdir \
all-here check-here install-here clean-here distclean-here mostlyclean-here \
maintainer-clean-here distdir-here \