get version from the right place
authorK. Richard Pixley <rich@cygnus>
Fri, 8 Nov 1991 00:13:45 +0000 (00:13 +0000)
committerK. Richard Pixley <rich@cygnus>
Fri, 8 Nov 1991 00:13:45 +0000 (00:13 +0000)
gas/Makefile.in

index c6779d009e235961c08af39b7bb726f7e8fe800c..ad33f7345be4e2f1e7d6918c62a8eb73248e3e52 100644 (file)
@@ -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 = .
This page took 0.039088 seconds and 4 git commands to generate.