From: Ian Jackson Date: Sat, 19 Oct 2019 22:00:28 +0000 (+0100) Subject: build system: Move srcdir setting out of common.make.in X-Git-Tag: v0.5.0~77 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=a7ab817c8c1b68662b8293de3c1ef9c32833b5db build system: Move srcdir setting out of common.make.in This varies according to the cwd. So for common.make.in it is always the top-level. Signed-off-by: Ian Jackson --- diff --git a/Makefile.in b/Makefile.in index 1c76f9a..0fd17f7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,7 @@ PACKAGE:=secnet VERSION=0.4.5 VPATH:=@srcdir@ - +srcdir:=@srcdir@ include common.make INSTALL:=@INSTALL@ diff --git a/common.make.in b/common.make.in index 7b22334..109ff3a 100644 --- a/common.make.in +++ b/common.make.in @@ -19,8 +19,6 @@ @SET_MAKE@ -srcdir:=@srcdir@ - SHELL:=/bin/sh RM:=@RM@ CC:=@CC@