summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 17:18:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 17:18:06 -0400
commit855a912a9f029cf66a757dbfc25d0aa7181a6dbf (patch)
tree00651417325c9c0316c1eeb14aa8d2da1da40ff1 /build-aux
parent1c5a4e839cf68c45d7b2a15bd5f64290d2154118 (diff)
(systemd) get libbasic to build again
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Makefile.each.tail/20-systemd.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Makefile.each.tail/20-systemd.mk b/build-aux/Makefile.each.tail/20-systemd.mk
index 8f2f612..fa0bd9e 100644
--- a/build-aux/Makefile.each.tail/20-systemd.mk
+++ b/build-aux/Makefile.each.tail/20-systemd.mk
@@ -2,10 +2,10 @@
std.clean_files += *.o *.lo .deps/ .libs/
-$(outdir)/%.o: $(srcdir)/%.c | $(outdir)/.deps
+$(outdir)/%.o: $(srcdir)/%.c $(topoutdir)/config.h | $(outdir)/.deps
$(AM_V_CC)$(COMPILE) -c -o $@ $<
-$(outdir)/%.lo: $(srcdir)/%.c | $(outdir)/.deps
+$(outdir)/%.lo: $(srcdir)/%.c $(topoutdir)/config.h | $(outdir)/.deps
$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
$(outdir)/.deps: