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

Added a default target.

Rev: src/nettle/ChangeLog:1.311
Rev: src/nettle/config.make.in:1.5
parent 2b3aa6c5
No related branches found
No related tags found
No related merge requests found
2004-12-01 Niels Mller <nisse@lysator.liu.se>
* config.make.in: Added a default target.
2004-11-29 Niels Mller <nisse@lysator.liu.se>
* testsuite/Makefile.in: Use .$(OBJEXT). Explicitly set .SUFFIXES.
......
......@@ -60,6 +60,10 @@ infodir = @infodir@
COMPILE = $(CC) $(PRE_CPPFLAGS) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(CCPIC) $(DEP_FLAGS)
LINK = $(CC) $(CFLAGS) $(PRE_LDFLAGS) $(LDFLAGS)
# Default rule. Must be here, since config.make is included before the
# usual targets.
default: all
# Disable builtin rule
%$(EXEEXT) : %.c
......
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