* Makefile.in: Install libstdc++.a if it does not exist.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| Wed Sep  5 19:24:50 2001  Christopher Faylor <cgf@cygnus.com> | ||||
|  | ||||
| 	* Makefile.in: Install libstdc++.a if it does not exist. | ||||
|  | ||||
| 2001-08-29  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/stdarg.h (va_list): Typedef as __builtin_va_list if | ||||
|   | ||||
| @@ -294,7 +294,7 @@ install-dirs: | ||||
| 	$(mkinstalldirs) $(bindir) | ||||
| 	$(mkinstalldirs) $(tooldir)/lib$(subdirforlib) | ||||
|  | ||||
| install: all install-dirs $(install_dlls_host) | ||||
| install: all install-dirs $(install_dlls_host) $(tooldir)/lib$(subdirforlib)/libstdc++.a | ||||
| 	for i in $(LIBS); do \ | ||||
| 		$(INSTALL_DATA) $$i $(tooldir)/lib$(subdirforlib)/$$i ; \ | ||||
| 	done | ||||
| @@ -310,6 +310,12 @@ install: all install-dirs $(install_dlls_host) | ||||
| 	done | ||||
| 	@$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS) | ||||
|  | ||||
| $(tooldir)/lib$(subdirforlib)/libstdc++.a: libstdc++.a | ||||
| 	@[ -f $? ] && cp -vp $? $@; exit 0 | ||||
|  | ||||
| libstdc++.a: | ||||
| 	@true | ||||
|  | ||||
| subdirs: $(SUBDIRS) | ||||
| 	@true | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user