diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 17:18:06 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 17:18:06 -0400 |
commit | 855a912a9f029cf66a757dbfc25d0aa7181a6dbf (patch) | |
tree | 00651417325c9c0316c1eeb14aa8d2da1da40ff1 /build-aux/Makefile.each.tail | |
parent | 1c5a4e839cf68c45d7b2a15bd5f64290d2154118 (diff) |
(systemd) get libbasic to build again
Diffstat (limited to 'build-aux/Makefile.each.tail')
-rw-r--r-- | build-aux/Makefile.each.tail/20-systemd.mk | 4 |
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 8f2f612273..fa0bd9ec2a 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: |