components/libtool/Makefile
changeset 4196 d697072a92f5
parent 4088 98a08684d104
child 4339 6501cf9c29f9
--- a/components/libtool/Makefile	Mon Apr 13 09:25:17 2015 -0500
+++ b/components/libtool/Makefile	Mon Apr 27 10:19:50 2015 -0500
@@ -90,22 +90,6 @@
 $(BUILD_DIR_32)/.installed:	$(BUILD_OLD_DIR_32)/.installed
 $(BUILD_DIR_64)/.installed:	$(BUILD_OLD_DIR_64)/.installed
 
-# we need to prep the old version too (this should be handled in prep.mk)
-$(SOURCE_DIR_1)/.unpacked:        download $(MAKEFILE_PREREQ) $(PATCHES)
-	$(RM) -r $(SOURCE_DIR_1)
-	$(UNPACK) $(UNPACK_ARGS) $(COMPONENT_ARCHIVE_1)
-	$(TOUCH) $@
-
-# prep the old version first
-$(SOURCE_DIR)/.prep:	$(SOURCE_DIR_1)/.prep
-
-$(SOURCE_DIR_1)/.prep:        $(SOURCE_DIR_1)/.unpacked
-	$(TOUCH) $@
-
-prep::	$(SOURCE_DIR_1)/.prep
-
-CLEAN_PATHS += $(SOURCE_DIR_1)
-
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 # common targets