components/python/pycparser/Makefile
changeset 4339 6501cf9c29f9
parent 4253 d6f30e77062b
child 6193 0ca395f404b9
equal deleted inserted replaced
4336:e0e4b5ad6cb9 4339:6501cf9c29f9
    59 
    59 
    60 install:	$(INSTALL_NO_ARCH) $(BUILD_DIR)/license.ply
    60 install:	$(INSTALL_NO_ARCH) $(BUILD_DIR)/license.ply
    61 
    61 
    62 test:		$(TEST_NO_ARCH)
    62 test:		$(TEST_NO_ARCH)
    63 
    63 
       
    64 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
       
    65