diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-30 11:40:18 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-30 11:40:18 +0000 |
commit | 10d3efece3e0e95d345546e638bf95bd7ea41276 (patch) | |
tree | cc523c7044e42f9a513fc8ff6e810be5032254b0 /include/makeinclude | |
parent | 1938224628ab4274809bd5e9000f3dbfcd063651 (diff) | |
download | ATCD-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.GNU | 2 |
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) |