diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-05 20:36:54 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-05 20:36:54 +0000 |
commit | ffa057ee8244a83175602e2709e865b9c3c1535e (patch) | |
tree | 70a383d44a290a8daf89b025e750972191866dc4 /ld/Makefile.in | |
parent | 7fb63e0f31874a93a09379321103b70c17945049 (diff) | |
download | gdb-ffa057ee8244a83175602e2709e865b9c3c1535e.zip gdb-ffa057ee8244a83175602e2709e865b9c3c1535e.tar.gz gdb-ffa057ee8244a83175602e2709e865b9c3c1535e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index bc0f755..3691996 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -23,11 +23,11 @@ srcdir = . -destdir = /usr/local +ddestdir = /usr/local version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion` -bindir = $(destdir)/bin -gcclibdir = $(destdir)/lib/gcc/$(target_alias)/$(version) +bindir = $(ddestdir)/bin +gcclibdir = $(ddestdir)/lib/gcc/$(target_alias)/$(version) # Seach path to override the default search path for -lfoo libraries. # If LIB_PATH is empty, the ones in the script (if any) are left alone. |