From 172b62c3426862ddf0ad97574785795800e8c1b3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 24 Jun 2005 05:20:27 +0000 Subject: r7874: reverted metzes patch svn 7837 as it is not portable to make on several platforms (such as FreeBSD) (This used to be commit 8cdebf5ce3b5908bfc0032151f17ba0f0e59e785) --- source4/build/smb_build/makefile.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 29eee6c468..28157da81e 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -164,8 +164,10 @@ sub _prepare_dummy_MAKEDIR() bin/.dummy: @: >> $@ || : > $@ -dynconfig.o: TARGET_CFLAGS=$(PATH_FLAGS) -dynconfig.o: Makefile +dynconfig.o: dynconfig.c Makefile + @echo Compiling $*.c + @$(CC) $(CFLAGS) @PICFLAG@ $(PATH_FLAGS) -c $< -o $@ +@BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ __EOD__ } -- cgit