Avoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 14 Jun 2008 19:40:23 +0000 (21:40 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 14 Jun 2008 19:40:23 +0000 (21:40 +0200)
source/Makefile

index 1e5066b0020a01a6f6a2cda8f659d82c05fe9eb3..37d601f4f3d6ae3989e7cbb54e830f3c90baf837 100644 (file)
@@ -1,6 +1,10 @@
 #!gmake
 # The Samba 4 Makefile.
 # This file is *NOT* autogenerated.
+#
+.DEFAULT_GOAL := all
+
+default: all
 
 include mkconfig.mk
 
@@ -24,8 +28,6 @@ HOSTLD_FLAGS = $(LDFLAGS) $(SYS_LDFLAGS)
 $(srcdir)/version.h: $(srcdir)/VERSION
        @$(SHELL) script/mkversion.sh VERSION $(srcdir)/version.h $(srcdir)/
 
-.DEFAULT_GOAL := all
-
 ifneq ($(automatic_dependencies),yes)
 ALL_PREDEP = basics
 .NOTPARALLEL: