summaryrefslogtreecommitdiff
path: root/pkgtools/bootstrap-mk-files
diff options
context:
space:
mode:
authortez <tez@pkgsrc.org>2009-04-07 23:42:17 +0000
committertez <tez@pkgsrc.org>2009-04-07 23:42:17 +0000
commit0521d1c465d6389bda1d7feadcb35a24307d51ba (patch)
tree3a41fe1e16cbeec1e4a2c4f7996bae851e4c9e6c /pkgtools/bootstrap-mk-files
parent52f8cc04cec5ef4012d3dc8bb3e22f38721b4e77 (diff)
downloadpkgsrc-0521d1c465d6389bda1d7feadcb35a24307d51ba.tar.gz
Much simpler fix for PR/41125
Approved by agc
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r--pkgtools/bootstrap-mk-files/files/bsd.lib.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk
index c0cec7f726d..a22f4781006 100644
--- a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk
+++ b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.2 2007/08/10 13:04:13 joerg Exp $
+# $NetBSD: bsd.lib.mk,v 1.3 2009/04/07 23:42:17 tez Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if !target(__initialized__)
@@ -171,7 +171,7 @@ FFLAGS+= ${FOPTS}
.else
@echo ${COMPILE.c:Q} -pg ${.IMPSRC} -o ${.TARGET}
@${COMPILE.c} -pg ${.IMPSRC} -o ${.TARGET}.o
- @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
+ @${LD} -r ${.TARGET}.o -o ${.TARGET}
@rm -f ${.TARGET}.o
.endif
@@ -204,7 +204,7 @@ FFLAGS+= ${FOPTS}
.else
@echo ${COMPILE.cc:Q} -pg ${.IMPSRC} -o ${.TARGET}
@${COMPILE.cc} -pg ${.IMPSRC} -o ${.TARGET}.o
- @${LD} -X -r ${.TARGET}.o -o ${.TARGET}
+ @${LD} -r ${.TARGET}.o -o ${.TARGET}
@rm -f ${.TARGET}.o
.endif