aboutsummaryrefslogtreecommitdiff
path: root/binutils/mpw-make.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-02-01 03:23:19 +0000
committerStan Shebs <shebs@codesourcery.com>1994-02-01 03:23:19 +0000
commit74557dc6bb88da37cefb0e7fdc6b54fbf5fffe93 (patch)
tree57a560ca06673f7ce5673deea11f9b6463b4b090 /binutils/mpw-make.in
parent334d6e7603c5ba4cec9b17613757c96e00763bba (diff)
downloadgdb-74557dc6bb88da37cefb0e7fdc6b54fbf5fffe93.zip
gdb-74557dc6bb88da37cefb0e7fdc6b54fbf5fffe93.tar.gz
gdb-74557dc6bb88da37cefb0e7fdc6b54fbf5fffe93.tar.bz2
Mon Jan 31 18:52:47 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-build.in: Add install action. * mpw-make.in (cplusfilt): Renamed from c++filt. (INCLUDES): Add more paths.
Diffstat (limited to 'binutils/mpw-make.in')
-rw-r--r--binutils/mpw-make.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/mpw-make.in b/binutils/mpw-make.in
index 24bc9f0..5c0dca0 100644
--- a/binutils/mpw-make.in
+++ b/binutils/mpw-make.in
@@ -93,7 +93,7 @@ DIST_NAME=binutils-{VERSION}
# Where to find texinfo.tex to format docn with TeX
TEXIDIR = "{srcdir}":texinfo
-MANPAGES= ar nm objdump ranlib size strings strip c++filt objcopy nlmconv
+MANPAGES= ar nm objdump ranlib size strings strip cplusfilt objcopy nlmconv
#CC=gcc -Wall
# these two are almost the same program
@@ -112,7 +112,7 @@ NM_PROG=nm
OBJDUMP_PROG=objdump
# This is the demangler, as a standalone program.
-DEMANGLER_PROG=c++filt
+DEMANGLER_PROG=cplusfilt
NLMCONV_PROG=nlmconv
@@ -124,7 +124,7 @@ DISTSTUFF=arparse.c :arlex.c "{s}"nlmheader.c info
BASEDIR = "{srcroot}"
BFDDIR = {BASEDIR}bfd
INCDIR = {BASEDIR}include
-INCLUDES = -i "{srcroot}"extra-include -i : -i {srcdir} -i ::bfd: -i {BFDDIR} -i {INCDIR}
+INCLUDES = -i "{INCDIR}":mpw: -i ::extra-include: -i : -i {srcdir} -i ::bfd: -i {BFDDIR} -i {INCDIR}
#### host and target dependant Makefile fragments come in here.
###