Remove extraneous trailing / in include path

This commit is contained in:
Christophe de Dinechin 2018-04-11 17:19:18 +02:00
parent d6cd86f615
commit fc6eb82353
1 changed files with 3 additions and 3 deletions

View File

@ -575,10 +575,10 @@ benchmark: $(BENCHMARKS:%=%.benchmark)
MIQ_PACKAGELIBS=$(PACKAGE_LIBS:%.lib=$(LINK_LIB_OPT)%) \
$(PACKAGE_DLLS:%.dll=$(LINK_DLL_OPT)%)
MIQ_GENPC= \
(echo 'prefix=$(PREFIX)' ;\
(echo 'prefix=$(PREFIX:%/=%)' ;\
echo 'exec_prefix=$${prefix}' ;\
echo 'libdir=$(PREFIX_LIB)' ;\
echo 'includedir=$(PREFIX_HDR)' ;\
echo 'libdir=$(PREFIX_LIB:%/=%)' ;\
echo 'includedir=$(PREFIX_HDR:%/=%)' ;\
echo 'Name: $(PACKAGE_NAME)' ;\
echo 'Description: $(PACKAGE_DESCRIPTION)' ;\
echo 'Version: $(PACKAGE_VERSION)' ;\