Skip to content
Snippets Groups Projects
Commit f5529bca authored by Niels Möller's avatar Niels Möller
Browse files

(.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
parent fd61c583
No related branches found
No related tags found
No related merge requests found
2004-12-05 Niels Mller <nisse@lysator.liu.se>
* config.make.in (.PRECIOUS): Reverted earlier change. We need
.PRECIOUS to stop GNU make from deleting object files for the test
programs.
2004-12-02 Niels Mller <nisse@lysator.liu.se> 2004-12-02 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (.SUFFIXES): Moved from Makefile.in to... * Makefile.in (.SUFFIXES): Moved from Makefile.in to...
......
...@@ -74,6 +74,9 @@ default: all ...@@ -74,6 +74,9 @@ default: all
%$(EXEEXT) : %.c %$(EXEEXT) : %.c
.c: .c:
# Keep object files
.PRECIOUS: %.o
.PHONY: all check install uninstall clean distclean mostlyclean maintainer-clean distdir \ .PHONY: all check install uninstall clean distclean mostlyclean maintainer-clean distdir \
all-here check-here install-here clean-here distclean-here mostlyclean-here \ all-here check-here install-here clean-here distclean-here mostlyclean-here \
maintainer-clean-here distdir-here \ maintainer-clean-here distdir-here \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment