From: Jim Kingdon Date: Tue, 11 Jan 1994 01:54:37 +0000 (+0000) Subject: * Makefile.in (install): Remove "@" which follows a backslash. In X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c96ba79c4d768042209fb9379c45c081cc5354a;p=binutils-gdb.git * Makefile.in (install): Remove "@" which follows a backslash. In this position it just causes errors, not suppresses echoes. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fd0a4b8e520..a165be4f27c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 10 20:46:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * Makefile.in (install): Remove "@" which follows a backslash. In + this position it just causes errors, not suppresses echoes. + Mon Jan 10 09:06:21 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * som.c (hppa_som_gen_reloc_type): Fix handling of LT and RT diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 7609b86767a..d809626ae76 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)