mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Avoid using .DEFAULT_GOAL - it's only available in gmake 3.81 and higher.
(This used to be commit 9a169c341bfb0c4ff423f05c27345d439890576c)
This commit is contained in:
parent
2daf2897d5
commit
9a882558fe
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user