This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patches installed for Makefile


I installed the following patch for parallel make into CVS today.
Let me know if there is any problem related to it.

Thanks.

-- 
H.J. Lu (hjl@gnu.org)
--
Fri Aug  6 08:49:57 1999  H.J. Lu  <hjl@gnu.org>

	* binutils/Makefile.am (install-exec-local): Depend on
	install-binPROGRAMS for parallel make.

	* gas/Makefile.am (install-exec-tooldir): Depend on
	install-exec-bindir for parallel make.

--- binutils/Makefile.am.parallel	Fri Aug  6 08:41:15 1999
+++ binutils/Makefile.am	Fri Aug  6 08:41:40 1999
@@ -335,7 +335,7 @@ CLEANFILES = dep.sed .dep .dep1
 
 .PHONY: install-exec-local
 
-install-exec-local: $(bin_PROGRAMS) $(noinst_PROGRAMS)
+install-exec-local: install-binPROGRAMS $(bin_PROGRAMS) $(noinst_PROGRAMS)
 	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
 	  if test -f $$p; then \
 	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
--- gas/Makefile.am.parallel	Thu Jul 22 14:17:33 1999
+++ gas/Makefile.am	Fri Aug  6 08:54:03 1999
@@ -599,7 +599,7 @@ install-exec-bindir: $(noinst_PROGRAMS)
 	  else :; fi; \
 	done
 
-install-exec-tooldir: $(noinst_PROGRAMS)
+install-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
 	$(mkinstalldirs) $(tooldir)/bin
 	n=`echo as | sed '$(transform)'`; \
 	if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]