summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.bin.GNU
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 00:56:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 00:56:29 +0000
commita85afe639fd871fe2c87e48d5480d9ba9a4a286a (patch)
tree846e95a758127f705a60e66e1955f16d5d210b4d /include/makeinclude/rules.bin.GNU
parent55b1f2778b6b5df78b23fb3a144fc67f8d6e274d (diff)
downloadATCD-a85afe639fd871fe2c87e48d5480d9ba9a4a286a.tar.gz
ChangeLogTag:Fri Oct 10 19:55:50 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/rules.bin.GNU')
-rw-r--r--include/makeinclude/rules.bin.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/rules.bin.GNU b/include/makeinclude/rules.bin.GNU
index 764973c730a..1b30f417237 100644
--- a/include/makeinclude/rules.bin.GNU
+++ b/include/makeinclude/rules.bin.GNU
@@ -8,5 +8,5 @@
VBIN = $(BIN:%=%$(VAR))
-$(BIN): %: $(VDIR)%.o $(VSHOBJS)
- $(LINK.cc) -o $@ $< $(LDFLAGS) $(VLDLIBS) $(POSTLINK)
+$(BIN): %: $(VDIR)%.o $(VOBJS)
+ $(LINK.cc) -o $@ $^ $(LDFLAGS) $(VLDLIBS) $(POSTLINK)