From: Niels Möller Date: Wed, 1 Dec 2004 18:21:38 +0000 (+0100) Subject: Added a default target. X-Git-Tag: before_experimental_branch_20050201~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38ad546413d6d117a6e4a282c7081262caa1a16b;p=thirdparty%2Fnettle.git Added a default target. Rev: src/nettle/ChangeLog:1.311 Rev: src/nettle/config.make.in:1.5 --- diff --git a/ChangeLog b/ChangeLog index 8138d02d..36f779aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Niels Möller + + * config.make.in: Added a default target. + 2004-11-29 Niels Möller * testsuite/Makefile.in: Use .$(OBJEXT). Explicitly set .SUFFIXES. diff --git a/config.make.in b/config.make.in index 24a305f4..fde42089 100644 --- a/config.make.in +++ b/config.make.in @@ -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