From a7ab817c8c1b68662b8293de3c1ef9c32833b5db Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 19 Oct 2019 23:00:28 +0100 Subject: [PATCH] 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 --- Makefile.in | 2 +- common.make.in | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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@ -- 2.30.2