aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-02 10:05:30 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-02 10:05:30 +0000
commite45bef1edd1d2d8aebf17a21be875049df458092 (patch)
tree457130655c0bafbddd5481e7b545feecfd5a7d36 /ld/Makefile.in
parentf1eb48b62e6365b51ec3aedb6b340118bba700c4 (diff)
downloadgdb-e45bef1edd1d2d8aebf17a21be875049df458092.zip
gdb-e45bef1edd1d2d8aebf17a21be875049df458092.tar.gz
gdb-e45bef1edd1d2d8aebf17a21be875049df458092.tar.bz2
Some $(srcdir)'s become $(unsubdir)'s in order to support +objdir.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 98e4d25..8b050df 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 \