From 2a60575f53d831f36eb93658b40fcd2f5ab3c82f Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 25 Apr 2019 11:59:07 -0700 Subject: Fix config.h dependency when OBJDIR != obj --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b91e498..1a0074f 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ $(OBJDIR)/timestamp: $(OBJ): all.h ops.h $(AMD64OBJ): amd64/all.h $(ARM64OBJ): arm64/all.h -obj/main.o: config.h +$(OBJDIR)/main.o: config.h config.h: @case `uname` in \ -- cgit 1.4.1