diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-01 16:56:06 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-01 16:56:06 +0000 |
commit | f7ed13c7d50d5eb44360d2dd991e78c574460064 (patch) | |
tree | 687fb4d06db813458d01e3c1726fe4c5af4f507f /binutils/Makefile.in | |
parent | d1c89c281780bf3f8a3c584e5b44926ff347a442 (diff) | |
download | gdb-f7ed13c7d50d5eb44360d2dd991e78c574460064.zip gdb-f7ed13c7d50d5eb44360d2dd991e78c574460064.tar.gz gdb-f7ed13c7d50d5eb44360d2dd991e78c574460064.tar.bz2 |
merge binutils and gdb sparc disassemblers
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r-- | binutils/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index ac7e7b7..595d640 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -112,7 +112,7 @@ INCLUDES = -I. -I$(srcdir) -I$(BASEDIR)/include -I$(BASEDIR)/bfd # When adding .o files, to make VPATH work in Sun Make, you have to # also add a foo.o: foo.c line at the bottom of the file. -DISASMS = i960-pinsn.o sparc-pinsn.o am29k-pinsn.o +DISASMS = i960-pinsn.o am29k-pinsn.o # ## Random definitions @@ -156,7 +156,7 @@ testsuite: check: all /bin/sh $(srcdir)/sanity.sh . -test-install: +installcheck: /bin/sh $(srcdir)/sanity.sh $(bindir) info: binutils.info @@ -411,7 +411,6 @@ not-ranlib.o:not-ranlib.c not-strip.o:not-strip.c objdump.o: objdump.c size.o: size.c -sparc-pinsn.o: sparc-pinsn.c strip.o:strip.c version.o: $(srcdir)/version.c $(CC) $(CFLAGS) $(INCLUDES) $(HDEFINES) $(TDEFINES) -DVERSION='"$(VERSION)"' -c $(srcdir)/version.c |