From e45bef1edd1d2d8aebf17a21be875049df458092 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 2 Oct 1991 10:05:30 +0000 Subject: [PATCH] Some $(srcdir)'s become $(unsubdir)'s in order to support +objdir. --- ld/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ld/Makefile.in b/ld/Makefile.in index 98e4d25047e..8b050df8cd6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -8,7 +8,7 @@ srcdir = . destdir = /usr/local -version=`$(srcdir)/../gcc$(subdir)/gcc -dumpversion` +version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion` prefix = $(destdir) bindir = $(prefix)/bin libdir = $(prefix)/lib @@ -80,8 +80,8 @@ SED_REMOVE_CONSTRUCTORS= -e /CONSTRUCTORS/d # for self hosting GNUTARGET=a.out-sunos-big LDEMULATION=gld -BFDLIB=$(srcdir)/../bfd$(subdir)/libbfd.a -LIBIBERTY=$(srcdir)/../libiberty$(subdir)/libiberty.a +BFDLIB=$(unsubdir)/../bfd$(subdir)/libbfd.a +LIBIBERTY=$(unsubdir)/../libiberty$(subdir)/libiberty.a OFILES= ldgram.o ldlex.o ldlang.o ldmain.o ldwarn.o ldwrite.o ldexp.o ldlnk960.o ldgld68k.o ldindr.o \ ldm88k.o ldglda29k.o news.o \ -- 2.30.2