diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-08 00:13:45 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-08 00:13:45 +0000 |
commit | 51e2358ba9ddd3cc561e3db302eedc679ff710b8 (patch) | |
tree | d8022fb9ae3c17b33a6a7025d194ffaf9f04e554 /gas/Makefile.in | |
parent | 4c27527f1c2807ebd231289cbe82e3b5453bb96f (diff) | |
download | gdb-51e2358ba9ddd3cc561e3db302eedc679ff710b8.zip gdb-51e2358ba9ddd3cc561e3db302eedc679ff710b8.tar.gz gdb-51e2358ba9ddd3cc561e3db302eedc679ff710b8.tar.bz2 |
get version from the right place
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index c6779d0..ad33f73 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=`$(srcdir)/../gcc$(subdir)/gcc -dumpversion` +version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion` # Directory where sources are, from where we are. srcdir = . |