Skip to content
Snippets Groups Projects
Commit 0ae19ca0 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Set SHTOOL directly. Add 'make pathtest'.

parent ed4bb92b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment