summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-30 08:20:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-30 08:20:03 +0000
commit9574196f81e84d233fdb543d6adbfd630a9124a1 (patch)
treea2036b1ecc86f4220fc2f28e4eec0471e8090d2a /include
parent35a9438cdfce55121bc6d34db038c5bc781583fa (diff)
downloadATCD-9574196f81e84d233fdb543d6adbfd630a9124a1.tar.gz
ChangeLogTag: Mon Sep 30 08:18:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.bin.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/makeinclude/rules.bin.GNU b/include/makeinclude/rules.bin.GNU
index a15e9d9f373..66bcc6324d0 100644
--- a/include/makeinclude/rules.bin.GNU
+++ b/include/makeinclude/rules.bin.GNU
@@ -23,7 +23,12 @@ ifeq (1,$(using_aix_vacpp))
$(BIN): %: %.icc $(SRC)
vacbld_r $< -severitylevel=warning
else
+ifdef kylix_build
+$(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
+ $(LINK.cc) $(LDFLAGS) $(VLDLIBS) $(POSTLINK) $^, $@,,
+else
$(BIN): %: $(VDIR)%.$(OBJEXT) $(VOBJS)
$(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $@ $^ $(VLDLIBS) $(POSTLINK)
endif
endif
+endif