diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 19:02:12 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-30 19:02:12 +0000 |
commit | 7f13318a5629e48d8866e252a6112b906cc04fbe (patch) | |
tree | 5b69972771b120033b3bf55f1e5a7f309679770e /libiberty/Makefile.in | |
parent | 598638e26a1ae9f210a9ed044ed8637b82f5fb9a (diff) | |
download | gcc-7f13318a5629e48d8866e252a6112b906cc04fbe.tar.gz |
* Makefile.in (libiberty_topdir): New subst.
(mkinstalldirs): Redefine in terms of the above.
* configure.in: AC_SUBST it.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62155 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 8644b4bc7ed..761c674c40e 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -26,6 +26,7 @@ # Makefile for libiberty directory # +libiberty_topdir = @libiberty_topdir@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -50,7 +51,7 @@ MULTICLEAN = true INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ -mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs +mkinstalldirs = $(SHELL) $(libiberty_topdir)/mkinstalldirs # Some compilers can't handle cc -c blah.c -o foo/blah.o. OUTPUT_OPTION = @OUTPUT_OPTION@ |