components/python/python26/Makefile
changeset 1303 79b691ffbda3
parent 1246 164605dfef4e
child 1948 2d1537e7942d
equal deleted inserted replaced
1302:4838d241e95c 1303:79b691ffbda3
   111 COMPONENT_POST_INSTALL_ACTION= \
   111 COMPONENT_POST_INSTALL_ACTION= \
   112             (cd $(PROTOUSRDIR) ;  \
   112             (cd $(PROTOUSRDIR) ;  \
   113              $(MV) include/python2.6/pyconfig.h include/python2.6/pyconfig-$(BITS).h ; \
   113              $(MV) include/python2.6/pyconfig.h include/python2.6/pyconfig-$(BITS).h ; \
   114              $(TOUCH) lib/python2.6/lib2to3/*.pickle)
   114              $(TOUCH) lib/python2.6/lib2to3/*.pickle)
   115                 
   115                 
       
   116 ASLR_MODE = $(ASLR_ENABLE)
       
   117 
   116 # common targets
   118 # common targets
   117 $(INSTALL_32):  $(INSTALL_64)
   119 $(INSTALL_32):  $(INSTALL_64)
   118 build:		$(BUILD_32_and_64)
   120 build:		$(BUILD_32_and_64)
   119 install:	$(INSTALL_32_and_64)
   121 install:	$(INSTALL_32_and_64)
   120 
   122