* Makefile.in (install): Remove "@" which follows a backslash. In
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 11 Jan 1994 01:54:37 +0000 (01:54 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 11 Jan 1994 01:54:37 +0000 (01:54 +0000)
this position it just causes errors, not suppresses echoes.

bfd/ChangeLog
bfd/Makefile.in

index fd0a4b8e5204967c343352fa914b71a87d771c55..a165be4f27c0c65ddd24b4709ab3ae814121fbec 100644 (file)
@@ -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
index 7609b86767ad8f7b33258693f95738a20428bfc9..d809626ae76644f305e77ea2377612f497d0801e 100644 (file)
@@ -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)