]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: say the default target upfront.
authorJunio C Hamano <junkio@cox.net>
Thu, 1 Dec 2005 20:26:41 +0000 (12:26 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 1 Dec 2005 20:26:41 +0000 (12:26 -0800)
Alex Riesen wants to keep extra makefile targets in config.mak, but
the file is included before any of our real targets.  Having this
at the beginning allows you to do so.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile

index 00521fe51ed8d888afb9a21e77af38eae7e39a48..45db357cc2698f5820838c52bb07339f61a8ca13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# The default target of this Makefile is...
+all:
+
 # Define MOZILLA_SHA1 environment variable when running make to make use of
 # a bundled SHA1 routine coming from Mozilla. It is GPL'd and should be fast
 # on non-x86 architectures (e.g. PowerPC), while the OpenSSL version (default