components/gnu-gs-fonts-std/Makefile
changeset 181 87e11e685b1f
parent 88 892ec2c1d36f
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    44 install: build
    44 install: build
    45 	$(MKDIR) $(PROTO_DIR)
    45 	$(MKDIR) $(PROTO_DIR)
    46 	$(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
    46 	$(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
    47 	$(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
    47 	$(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
    48 
    48 
    49 # empty test target
    49 test:	$(NO_TESTS)
    50 test:
       
    51 
    50 
    52 clean::
    51 clean::
    53 	$(RM) -r $(BUILD_DIR)
    52 	$(RM) -r $(BUILD_DIR)
    54 
    53 
    55 include ../../make-rules/depend.mk
    54 include ../../make-rules/depend.mk