summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-23 17:11:11 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-23 17:11:11 +0000
commite04ba829031b161f6876693af85f4ed091447256 (patch)
tree08b9e11ab8f891804af4385f532f21fbe5489cf1 /include
parenta6b5d464a7d4287af2e2fdd72039b0ac64f00544 (diff)
downloadATCD-e04ba829031b161f6876693af85f4ed091447256.tar.gz
ChangeLogTag:Mon Aug 23 16:58:18 UTC 2004 Don Hinton <don.hinton@vanderbilt.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.local.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU
index 3d2dd688edb..311ff3a46c0 100644
--- a/include/makeinclude/rules.local.GNU
+++ b/include/makeinclude/rules.local.GNU
@@ -407,7 +407,7 @@ depend.local: $(MAKEFILE) idl_stubs.local
ACE_PLATFORM_CONFIG=$(ACE_PLATFORM_CONFIG) \
ACE_DEPEND_SED_CMD="$(ACE_DEPEND_SED_CMD)" \
$(DEPGEN) -A $(DEPEND_CMD_ARGS) -e config.h -f $(DEPENDENCY_FILE) $(CPPFLAGS) \
- -DMAKEDEPEND $(LSRC) $(SRC) $(PSRC)
+ -DMAKEDEPEND $(CCFLAGS) $(LSRC) $(SRC) $(PSRC)
@if cmp -s $(DEPENDENCY_FILE) $(DEPENDENCY_FILE).old ;\
then echo "GNUmakefile dependencies unchanged." ;\
else \