components/ircii/Makefile
changeset 2225 f064d3d3190d
parent 1948 2d1537e7942d
child 3817 30b42c38bbc4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    71 
    71 
    72 # Enable ASLR for this component
    72 # Enable ASLR for this component
    73 ASLR_MODE = $(ASLR_ENABLE)
    73 ASLR_MODE = $(ASLR_ENABLE)
    74 
    74 
    75 # common targets
    75 # common targets
       
    76 configure:	$(CONFIGURE_64)
       
    77 
    76 build:		$(BUILD_64)
    78 build:		$(BUILD_64)
    77 
    79 
    78 install:	$(INSTALL_64)
    80 install:	$(INSTALL_64)
    79 
    81 
    80 test:           $(NO_TESTS)
    82 test:           $(NO_TESTS)