diff options
-rw-r--r-- | source4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/Makefile b/source4/Makefile index 1e5066b002..37d601f4f3 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -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: |