components/libtorrent/Makefile
changeset 2225 f064d3d3190d
parent 1948 2d1537e7942d
child 3768 34ddbee8e07b
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    80 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
    80 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
    81 
    81 
    82 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    82 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    83 
    83 
    84 # common targets
    84 # common targets
       
    85 configure:	$(CONFIGURE_32_and_64)
       
    86 
    85 build:		$(BUILD_32_and_64)
    87 build:		$(BUILD_32_and_64)
    86 
    88 
    87 install:	$(INSTALL_32_and_64)
    89 install:	$(INSTALL_32_and_64)
    88 
    90 
    89 test:		$(NO_TESTS)
    91 test:		$(NO_TESTS)