components/pinentry/Makefile
changeset 2225 f064d3d3190d
parent 1948 2d1537e7942d
child 3817 30b42c38bbc4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    81 CONFIGURE_OPTIONS  +=		--disable-ncurses
    81 CONFIGURE_OPTIONS  +=		--disable-ncurses
    82 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
    82 CONFIGURE_BINDIR.64 =   $(CONFIGURE_PREFIX)/bin
    83 
    83 
    84 ASLR_MODE = $(ASLR_ENABLE)
    84 ASLR_MODE = $(ASLR_ENABLE)
    85 
    85 
       
    86 configure:	$(CONFIGURE_64)
       
    87 
    86 build: $(BUILD_64)
    88 build: $(BUILD_64)
    87 
    89 
    88 install: $(INSTALL_64)
    90 install: $(INSTALL_64)
    89 	$(MKDIR) $(PROTOUSRLIBDIR)
    91 	$(MKDIR) $(PROTOUSRLIBDIR)
    90 	if test -f $(PROTOUSRBINDIR)/pinentry-curses ; then \
    92 	if test -f $(PROTOUSRBINDIR)/pinentry-curses ; then \