components/tcsh/Makefile
changeset 3993 0d77bb4904f8
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
equal deleted inserted replaced
3992:390ccd49dbb3 3993:0d77bb4904f8
    43 include $(WS_MAKE_RULES)/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 
    44 
    45 COMPONENT_PRE_CONFIGURE_ACTION = \
    45 COMPONENT_PRE_CONFIGURE_ACTION = \
    46 	($(CLONEY) $(SOURCE_DIR) $(@D))
    46 	($(CLONEY) $(SOURCE_DIR) $(@D))
    47 
    47 
       
    48 # force re-runs to be the same
       
    49 COMPONENT_PRE_TEST_ACTION = \
       
    50     ($(RM) $(SOURCE_DIR)/tests/package.m4)
       
    51 
    48 COMPONENT_PREP_ACTION = \
    52 COMPONENT_PREP_ACTION = \
    49 	(cd $(@D) ; autoconf )
    53 	(cd $(@D) ; autoconf )
    50 
    54 
    51 LOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
    55 LOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
    52 
    56