diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-02 10:05:30 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-02 10:05:30 +0000 |
commit | e45bef1edd1d2d8aebf17a21be875049df458092 (patch) | |
tree | 457130655c0bafbddd5481e7b545feecfd5a7d36 /ld/Makefile.in | |
parent | f1eb48b62e6365b51ec3aedb6b340118bba700c4 (diff) | |
download | gdb-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.in | 6 |
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 \ |