From f3fb1d3411607c58ffcc0c4ab856f7acf6b5857f Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Tue, 10 Dec 2019 07:33:53 +0100 Subject: avoid rebuilding libdislocator on every make --- libdislocator/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libdislocator/Makefile b/libdislocator/Makefile index 216d2862..56c47ae5 100644 --- a/libdislocator/Makefile +++ b/libdislocator/Makefile @@ -27,6 +27,7 @@ endif all: libdislocator.so +VPATH = .. libdislocator.so: libdislocator.so.c ../config.h $(CC) $(CFLAGS) -shared -fPIC $< -o ../$@ $(LDFLAGS) -- cgit 1.4.1