From 51e2358ba9ddd3cc561e3db302eedc679ff710b8 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Fri, 8 Nov 1991 00:13:45 +0000 Subject: [PATCH] get version from the right place --- gas/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = . -- 2.7.4