diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:04 -0400 |
commit | 9e6e4290fe8cc630da40f3d66420928a2305da28 (patch) | |
tree | ee6098ad56e9ac926f88cba10d17a2fe887275ba | |
parent | 7a2cf8e049e04865caefaec838507cee227c82b9 (diff) |
(systemd) Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts:
# build-aux/Makefile.each.tail/20-systemd.mk
-rw-r--r-- | build-aux/Makefile.each.tail/20-systemd.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/build-aux/Makefile.each.tail/20-systemd.mk b/build-aux/Makefile.each.tail/20-systemd.mk deleted file mode 100644 index 48963c2..0000000 --- a/build-aux/Makefile.each.tail/20-systemd.mk +++ /dev/null @@ -1,18 +0,0 @@ --include $(outdir)/$(DEPDIR)/*.P* - -std.clean_files += *.o *.lo .deps/ .libs/ - -$(outdir)/%.o: $(srcdir)/%.c $(topoutdir)/config.h | $(outdir)/.deps - $(AM_V_CC)$(COMPILE) -c -o $@ $< - -$(outdir)/%.lo: $(srcdir)/%.c $(topoutdir)/config.h | $(outdir)/.deps - $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< - -$(outdir)/.deps: - $(AM_V_at)$(MKDIR_P) $@ - -$(outdir)/%.la: - $(AM_V_CCLD)$(LINK) $(filter-out .var%,$^) - -$(DESTDIR)$(libdir)/%.so: $(outdir)/%.la - $(LIBTOOL) $(ALL_LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $< $(@D) |