diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-04-14 16:41:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-04-14 16:41:46 +0200 |
commit | 76a7ea3dc438d7259fb569410b0faff112e54d4a (patch) | |
tree | 5e0f84fae36f2882e9c9f72b9aceacfa059d5bd8 /source4/Makefile | |
parent | 0fa62eb2751805bb60d4cfc55b539770aa3471a4 (diff) | |
download | samba-76a7ea3dc438d7259fb569410b0faff112e54d4a.tar.gz samba-76a7ea3dc438d7259fb569410b0faff112e54d4a.tar.xz samba-76a7ea3dc438d7259fb569410b0faff112e54d4a.zip |
Makefile: fix variable name automatic_deps -> automatic_dependencies
metze
(This used to be commit 7ffc44b7c126dc08d928e63af30111b2c556146f)
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 2 |
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 |