From e0c94ac47a4ec4378f1341158d82a6af3ffe4c96 Mon Sep 17 00:00:00 2001 From: jahoti Date: Wed, 13 Oct 2021 00:00:00 +0000 Subject: Add VPATH and Haketilo version to the makefile as part of configure. --- Makefile.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index dcc1863..7a0e0e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,6 +12,8 @@ # CC0 1.0 Universal License for more details. SHELL = /bin/sh +VPATH = <> +VERSION = <> # Configuration goes here @@ -50,12 +52,5 @@ distclean: clean Makefile: config.status Makefile.in record.conf ./config.status -config.status: +config.status: record.conf cp "$(srcdir)"/write_makefile.sh config.status - -Makefile.in: - cp "$(srcdir)"/Makefile.in . - -record.conf: - @echo File record.conf not found; rebuild by running configure - @exit 1 -- cgit v1.2.3