23347227 gcc3: stop yer whining
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 25 May 2016 08:38:45 -0700
changeset 6059 740b50e8e65f
parent 6058 dd8b0bdd3859
child 6060 5500aaff7c9a
23347227 gcc3: stop yer whining
components/gcc3/Makefile
--- a/components/gcc3/Makefile	Wed May 25 12:05:26 2016 -0800
+++ b/components/gcc3/Makefile	Wed May 25 08:38:45 2016 -0700
@@ -85,6 +85,7 @@
 COMPONENT_BUILD_TARGETS = bootstrap
 
 # common targets
+ifneq ($(BUILD_TYPE), evaluation)
 $(PROTO_DIR)/.sedded:	$(INSTALL_32)
 	(cd $(@D) ; for file in libstdc++.la libsupc++.la ; do \
 		$(MV) usr/gcc/3.4/lib/$$file usr/gcc/3.4/lib/$$file.orig ; \
@@ -95,6 +96,7 @@
 	$(TOUCH) $@
 
 install:	$(PROTO_DIR)/.sedded
+endif
 
 
 REQUIRED_PACKAGES += developer/assembler