diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-25 08:21:01 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-25 08:21:01 +0000 |
commit | 16ae5e4bba62c9c43a6f9162a15e339854cd285f (patch) | |
tree | 7376043e9e545101ba507bf08685bf726e03e7d2 /include | |
parent | ae3742d1d6afe6974dfb95acab3b7b99776f30a4 (diff) | |
download | ATCD-16ae5e4bba62c9c43a6f9162a15e339854cd285f.tar.gz |
Later
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/rules.local.GNU | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index 67c9dad95db..3a66ef68b1c 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -36,9 +36,11 @@ build.local: $(BUILD) $(VDIR)%.o: %.c $(COMPILE.c) -o $@ $< + ${MVCMD} $(VDIR)%.o: %.cpp $(COMPILE.cc) -o $@ $< + ${MVCMD} #$(VDIR)%.o: %.C # $(COMPILE.cc) -o $@ $< |