summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-11-10 15:01:18 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-18 10:06:53 +0100
commita61c476969bdb0991604010a73f3e69ebee76723 (patch)
tree8cb6961fbfe62e9360878adb1a6dee9215bb34a4 /source
parentc2b1a5e29ecdf88c8fa2bd708bf337630043da32 (diff)
downloadsamba-a61c476969bdb0991604010a73f3e69ebee76723.tar.gz
build: prevent make errors for picky makes when $(EXTRA_ALL_TARGETS) is empty
picky make implementations don't like lines with only tabs in rules or dependencie Michael (cherry picked from commit 058d1e2d0a4985825a62d2adc336a48d91ae4771) (cherry picked from commit a0e471fc3be0f8c9c66a6c0f242515e61d1301a5)
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 8b8d7a70c25..a203e6a4d8a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -226,7 +226,9 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) \
$(CHARSET_MODULES) $(AUTH_MODULES) $(NSS_INFO_MODULES) \
$(GPEXT_MODULES)
-######################################################################
+EXTRA_ALL_TARGETS = @EXTRA_ALL_TARGETS@
+
+#####################################################################
# object file lists
######################################################################
@@ -1132,7 +1134,7 @@ RPC_OPEN_TCP_OBJ = torture/rpc_open_tcp.o \
######################################################################
all:: SHOWFLAGS libs $(SBIN_PROGS) $(BIN_PROGS) $(ROOT_SBIN_PROGS) \
$(MODULES) $(NSS_MODULES) $(PAM_MODULES) @CIFSUPCALL_PROGS@ \
- @EXTRA_ALL_TARGETS@
+ $(EXTRA_ALL_TARGETS)
nss_modules:: $(NSS_MODULES)