summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-14 16:41:46 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-14 16:41:46 +0200
commit76a7ea3dc438d7259fb569410b0faff112e54d4a (patch)
tree5e0f84fae36f2882e9c9f72b9aceacfa059d5bd8 /source4
parent0fa62eb2751805bb60d4cfc55b539770aa3471a4 (diff)
downloadsamba-76a7ea3dc438d7259fb569410b0faff112e54d4a.tar.gz
samba-76a7ea3dc438d7259fb569410b0faff112e54d4a.tar.bz2
samba-76a7ea3dc438d7259fb569410b0faff112e54d4a.zip
Makefile: fix variable name automatic_deps -> automatic_dependencies
metze (This used to be commit 7ffc44b7c126dc08d928e63af30111b2c556146f)
Diffstat (limited to 'source4')
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 8c74b4899d..98c45a34ad 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -24,7 +24,7 @@ $(srcdir)/version.h: $(srcdir)/VERSION
.DEFAULT_GOAL := all
-ifneq ($(automatic_deps),yes)
+ifneq ($(automatic_dependencies),yes)
ALL_PREDEP = proto
.NOTPARALLEL:
endif