From ecb04a83a6245ac8b3d59c9009285bf1d0809bec Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Apr 2021 20:24:58 +0000 Subject: build system: posix make support: handle out-of-tree builds in posix make mode. --- sofort/core/_infer/infer_modern.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sofort/core/_infer/infer_modern.mk') diff --git a/sofort/core/_infer/infer_modern.mk b/sofort/core/_infer/infer_modern.mk index e7db2a6..aaf3361 100644 --- a/sofort/core/_infer/infer_modern.mk +++ b/sofort/core/_infer/infer_modern.mk @@ -17,3 +17,6 @@ lib/%$(OS_ARCHIVE_EXT): mkdir -p lib rm -f $@ $(AR) rcs $@ $^ + +srcs.tag: + touch $@ -- cgit v1.2.3