Makefile: fix variable name automatic_deps -> automatic_dependencies
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Apr 2008 14:41:46 +0000 (16:41 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 14 Apr 2008 14:41:46 +0000 (16:41 +0200)
metze
(This used to be commit 7ffc44b7c126dc08d928e63af30111b2c556146f)

source4/Makefile

index 8c74b4899d8e74097544f0d9812492552ff736cd..98c45a34ad8649f281513272a34c5459ade24428 100644 (file)
@@ -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