diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-22 15:29:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:42 -0500 |
commit | 3cb74e995ec69efe3d6d21394db9ccb9ae9acb40 (patch) | |
tree | 433e34fbfd418b274aa91f74b53eed1a6a2461df | |
parent | 9f51b5716df0843e33bec259f5fc4afa0b5eeabd (diff) | |
download | samba-3cb74e995ec69efe3d6d21394db9ccb9ae9acb40.tar.gz samba-3cb74e995ec69efe3d6d21394db9ccb9ae9acb40.tar.bz2 samba-3cb74e995ec69efe3d6d21394db9ccb9ae9acb40.zip |
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)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 6 |
1 files changed, 2 insertions, 4 deletions
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__ } |