From 3ced8006a6a58b459fd68e9b02d7673b16b2df95 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 4 Mar 2008 10:47:40 +0100 Subject: build: fix the build with --enable-automatic-dependencies=yes metze (This used to be commit b0ecd8f8d2c1ebf23957921f4852e90b556812fc) --- source4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/Makefile') diff --git a/source4/Makefile b/source4/Makefile index 97518ebcb6..914f15826a 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -21,7 +21,7 @@ HOSTLD_FLAGS = $(LDFLAGS) $(SYS_LDFLAGS) .DEFAULT_GOAL := all -ifneq ($(automatic_deps),yes) +ifneq ($(automatic_dependencies),yes) ALL_PREDEP = proto .NOTPARALLEL: endif @@ -32,7 +32,7 @@ include data.mk DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \ include/includes.d -ifeq ($(automatic_deps),yes) +ifeq ($(automatic_dependencies),yes) ifneq ($(MAKECMDGOALS),clean) ifneq ($(MAKECMDGOALS),distclean) ifneq ($(MAKECMDGOALS),realdistclean) -- cgit