diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-23 19:59:12 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-23 19:59:12 +0000 |
commit | 0ed50cb3aef4764555c1a9c1090ee5287f2f3a41 (patch) | |
tree | 9860f743cc8e224351801ab88245bf9b4ab7c9c4 /include/makeinclude | |
parent | 9b889a47ed26d1479cd02698002585539cb59dda (diff) | |
download | ATCD-0ed50cb3aef4764555c1a9c1090ee5287f2f3a41.tar.gz |
ChangeLogTag: Thu Dec 23 13:57:04 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r-- | include/makeinclude/rules.local.GNU | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index 66094f4aae7..a25eef73892 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -61,11 +61,13 @@ $(VDIR)%.o: %.cpp ${MVCMD} endif -#$(VDIR)%.o: %.C -# $(COMPILE.cc) $(CC_OUTPUT_FLAG) $@ $< +$(VDIR)%.o: %.C + $(COMPILE.cc) $(CC_OUTPUT_FLAG) $@ $< + ${MVCMD} -#$(VDIR)%.o: %.cc -# $(COMPILE.cc) $(CC_OUTPUT_FLAG) $@ $< +$(VDIR)%.o: %.cc + $(COMPILE.cc) $(CC_OUTPUT_FLAG) $@ $< + ${MVCMD} # If SOLINK is defined, then the .$(SOEXT) file is built from the .$(OBJEXT) file via # separate rules in the same directory. Otherwise, the .$(SOEXT) and .$(OBJEXT) are |