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

(.c): Disable default rule for BSD-make.

Rev: src/nettle/ChangeLog:1.314
Rev: src/nettle/config.make.in:1.6
parent 788345f3
No related branches found
No related tags found
No related merge requests found
2004-12-02 Niels Mller <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.
......
......@@ -66,6 +66,7 @@ default: all
# Disable builtin rule
%$(EXEEXT) : %.c
.c:
# Keep object files
.PRECIOUS: %.o
......
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