diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 02:35:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:01 -0500 |
commit | 35f1a2c30af0cb0a677642b893ebc38579482526 (patch) | |
tree | 39814b0cd49e2dae7c1041cc87435398979f22a6 /source4/dynconfig.mk | |
parent | e7f2d247e40218ce3320e288780ad745bc38f6a2 (diff) | |
download | samba-35f1a2c30af0cb0a677642b893ebc38579482526.tar.gz samba-35f1a2c30af0cb0a677642b893ebc38579482526.tar.xz samba-35f1a2c30af0cb0a677642b893ebc38579482526.zip |
r18282: dynconfig.o build rule needs cflags.pl too
(This used to be commit a805d8d1033e3b7dd01adac73ec428bcbd66f976)
Diffstat (limited to 'source4/dynconfig.mk')
-rw-r--r-- | source4/dynconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dynconfig.mk b/source4/dynconfig.mk index a7b0ff6ecd7..456c65d5e77 100644 --- a/source4/dynconfig.mk +++ b/source4/dynconfig.mk @@ -14,7 +14,7 @@ PATH_FLAGS = -DCONFIGFILE=\"$(CONFIGFILE)\" \ ./dynconfig.o: dynconfig.c Makefile @echo Compiling $< - @$(CC) $(CFLAGS) $(PICFLAG) $(PATH_FLAGS) -c $< -o $@ + @$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) $(PATH_FLAGS) -c $< -o $@ # dynconfig defines used for binaries in bin/, when configure ran in developer # mode: |