diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-02 19:56:10 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-02 19:56:10 +0000 |
commit | 0f18218b26ddcdd5828c5db5fa415e676f28ca1e (patch) | |
tree | a98d51b19274714423ee7e7f4fb41e956d9e62c0 /Makefile.in | |
parent | 37f24dc945fb4d0ed1315f09afd7f0f0a1f7b8a4 (diff) | |
download | gdb-0f18218b26ddcdd5828c5db5fa415e676f28ca1e.zip gdb-0f18218b26ddcdd5828c5db5fa415e676f28ca1e.tar.gz gdb-0f18218b26ddcdd5828c5db5fa415e676f28ca1e.tar.bz2 |
* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
for GDB and GDB has been fixed to not need it.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d51906e..a106172 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,7 +70,6 @@ CXXFLAGS = -g -O RANLIB = ranlib NM = nm -MUNCH_NM = $(NM) # Not plain GZIP, since gzip looks there for extra command-line options. GZIPPROG = gzip @@ -246,7 +245,6 @@ BASE_FLAGS_TO_PASS = \ "LEX=$(LEX)" \ "M4=$(M4)" \ "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ - "MUNCH_NM=$(MUNCH_NM)" \ "NM_FOR_TARGET=$(NM_FOR_TARGET)" \ "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \ "SHELL=$(SHELL)" \ |