summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 13:26:29 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 13:26:29 -0400
commitf2be8df65980cae2a8037a97e457afb86fcb4a24 (patch)
treeb4b8bec4abd6d4de0033eca05cb22032a24aa317 /Makefile.am
parentbb78769f9b1e045745bf4eb4538f3abb61f88e15 (diff)
More stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ef5923a5a..062f866195 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
-#@common.once.head.mk
+#@build-aux/Makefile.once.head/20-systemd.mk
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_MAKEFLAGS = --no-print-directory
AUTOMAKE_OPTIONS = color-tests parallel-tests
@@ -1332,7 +1332,7 @@ EXTRA_DIST += \
CLEANFILES += \
$(gperf_txt_sources)
-#@common.once.head.mk
+#@build-aux/Makefile.once.head/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 }' <$< >$@
@@ -6358,7 +6358,7 @@ install-tree: all
$(MAKE) install DESTDIR=$(abs_srcdir)/install-tree
tree $(abs_srcdir)/install-tree
-#@common.once.tail.mk
+#@build-aux/Makefile.once.tail/20-systemd.mk
# Let's run all tests of the test suite, but under valgrind. Let's
# exclude perl/python/shell scripts we have in there
.PHONY: valgrind-tests
@@ -6411,7 +6411,7 @@ check-includes: $(top_srcdir)/tools/check-includes.pl
EXTRA_DIST += \
$(top_srcdir)/tools/check-includes.pl
-#@common.once.head.mk
+#@build-aux/Makefile.once.head/20-systemd.mk
# Stupid test that everything purported to be exported really is
define generate-sym-test
$(AM_V_at)$(MKDIR_P) $(dir $@)
@@ -6471,7 +6471,7 @@ tests += \
test-libsystemd-sym \
test-libudev-sym
-#@common.once.tail.mk
+#@build-aux/Makefile.once.tail/20-systemd.mk
.PHONY: cppcheck
cppcheck:
cppcheck --enable=all -q $(top_srcdir)