From 19ecabed37914bfff22dd79c633021fd5c1abd93 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 2 Jun 2020 20:01:03 +0430 Subject: [PATCH] minor, fix hb-version.h generation for out-of-tree builds --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e11150ea4..f5a71f56d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -98,7 +98,7 @@ BUILT_SOURCES += \ hb-version.h $(srcdir)/hb-version.h: hb-version.h.in $(top_srcdir)/configure.ac - $(AM_V_GEN) $(srcdir)/gen-hb-version.py $(HB_VERSION) "$<" "$@" + $(AM_V_GEN) $(srcdir)/gen-hb-version.py $(HB_VERSION) hb-version.h.in hb-version.h # Put the library together