components/lftp/Makefile
changeset 1229 5da8394504c5
parent 1223 28d011526d15
child 1948 2d1537e7942d
equal deleted inserted replaced
1228:7c833611f21f 1229:5da8394504c5
    46 CONFIGURE_OPTIONS  +=		CXXFLAGS="$(CXXFLAGS)"
    46 CONFIGURE_OPTIONS  +=		CXXFLAGS="$(CXXFLAGS)"
    47 
    47 
    48 ASLR_MODE = $(ASLR_ENABLE)
    48 ASLR_MODE = $(ASLR_ENABLE)
    49 
    49 
    50 # common targets
    50 # common targets
    51 build:		$(BUILD_32)
    51 build:		$(BUILD_64)
    52 
    52 
    53 install:	$(INSTALL_32)
    53 install:	$(INSTALL_64)
    54 
    54 
    55 test:		$(NO_TESTS)
    55 test:		$(NO_TESTS)
    56 
    56 
    57 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    57 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    58 
    58