summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-04-25 11:59:07 -0700
committerQuentin Carbonneaux <quentin@c9x.me>2019-04-26 14:12:26 +0200
commit2a60575f53d831f36eb93658b40fcd2f5ab3c82f (patch)
tree10a5889e5ddecd2456f9881cf48e3d49baaee5ee /Makefile
parent659245773a7cad1954d975ea2e262c8a0c804689 (diff)
downloadroux-2a60575f53d831f36eb93658b40fcd2f5ab3c82f.tar.gz
Fix config.h dependency when OBJDIR != obj
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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                               \