aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-08 18:43:50 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-08 18:43:50 +0000
commit138b11d825753bef6aaae5ebe1e9c02c94ab1924 (patch)
tree5865b36fe3e9cae925c3ea26a6cda3c08a0c46af /gas
parent3e0d03278c74fb6aaa706a03d01ec604015bee88 (diff)
downloadfsf-binutils-gdb-138b11d825753bef6aaae5ebe1e9c02c94ab1924.zip
fsf-binutils-gdb-138b11d825753bef6aaae5ebe1e9c02c94ab1924.tar.gz
fsf-binutils-gdb-138b11d825753bef6aaae5ebe1e9c02c94ab1924.tar.bz2
* Makefile.in (install): Don't install gasp in $(tooldir).
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog2
-rw-r--r--gas/Makefile.in13
2 files changed, 5 insertions, 10 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c0146f7..f725a04 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,7 @@
Fri Sep 8 00:27:46 1995 Ian Lance Taylor <ian@cygnus.com>
+ * Makefile.in (install): Don't install gasp in $(tooldir).
+
* config/tc-mips.c (macro): Handle a non zero base register for
M_U{L,S}{D,W,H}_A.
diff --git a/gas/Makefile.in b/gas/Makefile.in
index c997b59..88dbabf 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -255,8 +255,8 @@ $(OBJS): config.h as.h targ-env.h obj-format.h targ-cpu.h flonum.h expr.h \
struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h obj.h \
listing.h bignum.h
-gasp.new: $(GASPOBJS)
- $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o gasp.new $(GASPOBJS) $(LIBS) $(LOADLIBES)
+gasp.new: $(GASPOBJS) ../libiberty/libiberty.a
+ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o gasp.new $(GASPOBJS) ../libiberty/libiberty.a $(LOADLIBES)
installcheck:
@echo No installcheck target is available yet for the GNU assembler.
@@ -413,14 +413,7 @@ install:
|| $(INSTALL_PROGRAM) as.new $(tooldir)/bin/as; \
else true; fi
srcroot=`cd $(srcroot); pwd`; export srcroot; \
- $(INSTALL_XFORM) gasp.new $(bindir)/gasp; \
- n=`echo gasp | sed '$(program_transform_name)' `; \
- if [ -d $(tooldir) ]; then \
- if [ -d $(tooldir)/bin ] ; then true ; else mkdir $(tooldir)/bin ; fi; \
- rm -f $(tooldir)/bin/gasp; \
- ln $(bindir)/$$n $(tooldir)/bin/gasp >/dev/null 2>/dev/null \
- || $(INSTALL_PROGRAM) gasp.new $(tooldir)/bin/gasp; \
- else true; fi
+ $(INSTALL_XFORM) gasp.new $(bindir)/gasp
# Cancel installation by deleting the installed files.
uninstall: