pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files Much simpler fix for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69bc469df409
branches: trunk
changeset: 557002:69bc469df409
user: tez <tez%pkgsrc.org@localhost>
date: Tue Apr 07 23:42:17 2009 +0000
description:
Much simpler fix for PR/41125
Approved by agc
diffstat:
pkgtools/bootstrap-mk-files/files/bsd.lib.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 16c81850932a -r 69bc469df409 pkgtools/bootstrap-mk-files/files/bsd.lib.mk
--- a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk Tue Apr 07 21:40:12 2009 +0000
+++ b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk Tue Apr 07 23:42:17 2009 +0000
@@ -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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index