diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-05-19 12:25:32 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-05-19 12:25:32 +0000 |
commit | db75d3380e5c76fd8f20ab497304eaee9b0c70d8 (patch) | |
tree | f822856dd5acb3fff8ef9c1d525c530a447a4290 /include | |
parent | 254e2b7892171dadcbafa2e2b63a4ceb5970af94 (diff) | |
download | ATCD-db75d3380e5c76fd8f20ab497304eaee9b0c70d8.tar.gz |
ChangeLogTag: Wed May 19 07:20:35 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/rules.local.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index c565cdc8733..655be3ff1b8 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -399,7 +399,7 @@ depend.local: $(DEPENDENCY_FILE) -include $(DEPENDENCY_FILE) endif -DEPGEN ?= $(ACE_ROOT)/bin/g++dep +DEPGEN ?= $(ACE_ROOT)/bin/depgen.pl depend.local: $(MAKEFILE) idl_stubs.local @$(RM) $(DEPENDENCY_FILE).old |