From 3cb74e995ec69efe3d6d21394db9ccb9ae9acb40 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 22 Jun 2005 15:29:54 +0000 Subject: r7837: use some more 'make' features (I just commit this to see how portable it is) I have a patch that remove the need of the recursiv make and also fixes the HEIMDAL_EXTERNAL stuff cleanly metze (This used to be commit 21d930cfc3706fec9e0421a799668f022d8aef7c) --- source4/build/smb_build/makefile.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source4') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index ddbfb7889e..51aa08ab05 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -164,10 +164,8 @@ sub _prepare_dummy_MAKEDIR() bin/.dummy: @: >> $@ || : > $@ -dynconfig.o: dynconfig.c Makefile - @echo Compiling $*.c - @$(CC) $(CFLAGS) @PICFLAG@ $(PATH_FLAGS) -c $< -o $@ -@BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ +dynconfig.o: TARGET_CFLAGS=$(PATH_FLAGS) +dynconfig.o: Makefile __EOD__ } -- cgit