From 48d04afaa2015fe285b2ae499b7f06d0b25ae00d Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 19 Mar 2021 14:47:21 +0100 Subject: [PATCH] make: restore buildir != srcdir support Our new faster deps generation missed support for buildirs != srcdir - as it can be usable to have several builds from unchanged directory with sources. --- libdm/make.tmpl.in | 5 ++++- make.tmpl.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libdm/make.tmpl.in b/libdm/make.tmpl.in index af55a7f91..083fba9c3 100644 --- a/libdm/make.tmpl.in +++ b/libdm/make.tmpl.in @@ -404,14 +404,17 @@ DEFS+=-D_FILE_OFFSET_BITS=64 %.o: %.c $(DEPS) @echo " [CC] $($@ %.so: %.o diff --git a/make.tmpl.in b/make.tmpl.in index 2611dcd90..6f3f81915 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -443,14 +443,17 @@ DEFS+=-D_FILE_OFFSET_BITS=64 %.o: %.c $(DEPS) @echo " [CC] $($@ %.so: %.o