summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-30 11:40:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-30 11:40:18 +0000
commit10d3efece3e0e95d345546e638bf95bd7ea41276 (patch)
treecc523c7044e42f9a513fc8ff6e810be5032254b0 /include/makeinclude
parent1938224628ab4274809bd5e9000f3dbfcd063651 (diff)
downloadATCD-10d3efece3e0e95d345546e638bf95bd7ea41276.tar.gz
ChangeLogTag: Mon Sep 30 11:40:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/rules.bin.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.bin.GNU b/include/makeinclude/rules.bin.GNU
index 66bcc6324d0..f93b406efec 100644
--- a/include/makeinclude/rules.bin.GNU
+++ b/include/makeinclude/rules.bin.GNU
@@ -25,7 +25,7 @@ $(BIN): %: %.icc $(SRC)
else
ifdef kylix_build
$(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
- $(LINK.cc) $(LDFLAGS) $(VLDLIBS) $(POSTLINK) $^, $@,,
+ $(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $(VLDLIBS) $(POSTLINK) $^, $@,,
else
$(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
$(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $@ $^ $(VLDLIBS) $(POSTLINK)