mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Set SHTOOL directly. Add 'make pathtest'.
This commit is contained in:
parent
ed4bb92be6
commit
0ae19ca0a9
1 changed files with 6 additions and 2 deletions
|
|
@ -43,8 +43,6 @@ OBJEXT = @OBJEXT@
|
|||
|
||||
BUILD_LIBS_DYNAMIC = @BUILD_LIBS_DYNAMIC@
|
||||
|
||||
SHTOOL = @SHTOOL@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
|
@ -60,6 +58,8 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
|
|||
|
||||
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
SHTOOL = $(top_srcdir)/build/shtool
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = @OPENLDAP_LIBVERSION@
|
||||
LTVERSION = -version-info $(LIBVERSION)
|
||||
|
|
@ -235,6 +235,10 @@ veryclean: FORCE
|
|||
|
||||
Makefile: Makefile.in $(top_srcdir)/build/top.mk
|
||||
|
||||
pathtest:
|
||||
@echo "shtool: $(SHTOOL)"
|
||||
@$(SHTOOL) echo -e " %Bokay%b"
|
||||
|
||||
# empty rule for forcing rules
|
||||
FORCE:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue