diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-02 12:35:42 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-02 12:35:42 +0000 |
commit | d964a611c0bcab93bef86e0f286a364c37f336ac (patch) | |
tree | e62dfb3df83ce287408faa2b2ff2eb16f3a036fa /gas/Makefile.in | |
parent | e45bef1edd1d2d8aebf17a21be875049df458092 (diff) | |
download | gdb-d964a611c0bcab93bef86e0f286a364c37f336ac.zip gdb-d964a611c0bcab93bef86e0f286a364c37f336ac.tar.gz gdb-d964a611c0bcab93bef86e0f286a364c37f336ac.tar.bz2 |
Some $(srcdir)'s become $(unsubdir)'s.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 2fa4db1..39fa9a6 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -59,7 +59,7 @@ CCLIBFLAGS = -O # Version of ar to use when compiling gnulib. OLDAR = ar -version=`awk '{print substr ($$4, 2, length ($$4) - 3); }' $(srcdir)/../gcc/version.c` +version=`awk '{print substr ($$4, 2, length ($$4) - 3); }' $(unsubdir)/../gcc/version.c` # Directory where sources are, from where we are. srcdir = . @@ -244,7 +244,7 @@ HOST_LIBDEPS= $(HOST_PREFIX)$(OBSTACK) $(HOST_PREFIX)$(ALLOCA) $(HOST_PREFIX)$(M # How to link with both our special library facilities # and the system's installed libraries. -LIBS = $(CLIB) $(srcdir)/../libiberty`if [ -d $(srcdir)/libiberty.$(target) ] ; then echo .$(target) ; fi`$(subdir)/libiberty.a +LIBS = $(CLIB) $(unsubdir)/../libiberty`if [ -d $(unsubdir)/libiberty.$(target) ] ; then echo .$(target) ; fi`$(subdir)/libiberty.a # Likewise, for use in the tools that must run on this machine # even if we are cross-building GCC. |