components/readline/Makefile
changeset 4815 6deafddbd89b
parent 4768 36f47c0b202b
child 5682 94c0ca64c022
--- a/components/readline/Makefile	Wed Aug 26 16:18:31 2015 -0700
+++ b/components/readline/Makefile	Wed Aug 26 21:37:42 2015 -0700
@@ -113,22 +113,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)
 
 configure:	$(CONFIGURE_32_and_64)