make-rules/gem.mk
changeset 4252 891a844655c4
parent 3817 30b42c38bbc4
child 5328 34fe0d5ec7b7
equal deleted inserted replaced
4251:2bf7e2c1ca74 4252:891a844655c4
    55 	# Install the new recreated gem
    55 	# Install the new recreated gem
    56 	$(GEM_INSTALL_ACTION)
    56 	$(GEM_INSTALL_ACTION)
    57 	$(COMPONENT_POST_INSTALL_ACTION)
    57 	$(COMPONENT_POST_INSTALL_ACTION)
    58 	$(TOUCH) $@
    58 	$(TOUCH) $@
    59 
    59 
    60 clean::
       
    61 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
       
    62 
       
    63 REQUIRED_PACKAGES += runtime/ruby
    60 REQUIRED_PACKAGES += runtime/ruby