components/ghostscript/Makefile
changeset 181 87e11e685b1f
parent 178 4340c0d63702
child 345 61b29cf8b717
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    68 	install-exec install-so install-scripts install-data \
    68 	install-exec install-so install-scripts install-data \
    69 	install-contrib-extras
    69 	install-contrib-extras
    70 
    70 
    71 $(IJS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
    71 $(IJS_VARIANT)/.configured: COMPONENT_PRE_CONFIGURE_ACTION = \
    72 	($(CLONEY) $(SOURCE_DIR)/ijs $(@D); \
    72 	($(CLONEY) $(SOURCE_DIR)/ijs $(@D); \
    73 	cd $(@D) ; $(ENV) $(CONFIGURE_ENV) autogen.sh )
    73 	cd $(@D) ; $(ENV) $(CONFIGURE_ENV) ./autogen.sh )
    74 
    74 
    75 CONFIGURE_SCRIPT = ./configure
    75 CONFIGURE_SCRIPT = ./configure
    76 
    76 
    77 # build gs and ijs
    77 # build gs and ijs
    78 build: $(VARIANTS:%=%/.built)
    78 build: $(VARIANTS:%=%/.built)