aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-11 01:54:37 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-11 01:54:37 +0000
commit2c96ba79c4d768042209fb9379c45c081cc5354a (patch)
tree7794691951193af9139f203dfd61db96a9608351 /bfd/Makefile.in
parente4c7516baa7149615a81db566a538f1299513ee8 (diff)
downloadgdb-2c96ba79c4d768042209fb9379c45c081cc5354a.zip
gdb-2c96ba79c4d768042209fb9379c45c081cc5354a.tar.gz
gdb-2c96ba79c4d768042209fb9379c45c081cc5354a.tar.bz2
* Makefile.in (install): Remove "@" which follows a backslash. In
this position it just causes errors, not suppresses echoes.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 7609b86..d809626 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -416,7 +416,7 @@ install:
$(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h; \
$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
$(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h; \
- @$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
+ $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
fi
Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)