summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.each.tail
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-06 20:15:28 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-06 20:15:28 -0400
commitc96a8767d897bd7312d1491635c9d9ef4e1df128 (patch)
tree550676f845d4edb5d4879be8cb8bfbf150799c0e /build-aux/Makefile.each.tail
parent8fae75dd40eb41da70c48ef19a55e3bdb59c8e91 (diff)
tidy
Diffstat (limited to 'build-aux/Makefile.each.tail')
-rw-r--r--build-aux/Makefile.each.tail/20-systemd.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/Makefile.each.tail/20-systemd.mk b/build-aux/Makefile.each.tail/20-systemd.mk
index e70a71ce90..40fc6d8baf 100644
--- a/build-aux/Makefile.each.tail/20-systemd.mk
+++ b/build-aux/Makefile.each.tail/20-systemd.mk
@@ -59,12 +59,12 @@ $(outdir)/%-from-name.h: $(outdir)/%-from-name.gperf
$(AM_V_at)$(MKDIR_P) $(dir $@)
$(AM_V_GPERF)$(GPERF) -L ANSI-C -t --ignore-case -N lookup_$(notdir $*) -H hash_$(notdir $*)_name -p -C <$< >$@
-$(outdir)/%: $(srcdir)/%.in
- $(SED_PROCESS)
+#$(outdir)/%: $(srcdir)/%.in
+# $(SED_PROCESS)
-$(outdir)/%.sh: $(srcdir)/%.sh.in
- $(SED_PROCESS)
- $(AM_V_GEN)chmod +x $@
+#$(outdir)/%.sh: $(srcdir)/%.sh.in
+# $(SED_PROCESS)
+# $(AM_V_GEN)chmod +x $@
$(outdir)/%.c: $(srcdir)/%.gperf
$(AM_V_GPERF)$(GPERF) < $< > $@