diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:26:47 -0400 |
commit | 6033f0ba401ff416ffe1805d9f37f12be3b50ee9 (patch) | |
tree | fa5cbd7d957d15888a3da77bbbb82c1868f4a50f | |
parent | 7397eec8b9881c29bd8bcf66cb7c8789f7d074d7 (diff) |
more
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6775b04d05..23b4146fc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1343,7 +1343,7 @@ EXTRA_DIST += \ CLEANFILES += \ $(gperf_txt_sources) -#@build-aux/Makefile.once.head/20-systemd.mk +#@build-aux/Makefile.each.tail/20-systemd.mk %-from-name.gperf: %-list.txt $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_GEN)$(AWK) 'BEGIN{ print "struct $(notdir $*)_name { const char* name; int id; };"; print "%null-strings"; print "%%";} { printf "%s, %s\n", $$1, $$1 }' <$< >$@ |