summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-22 23:27:08 +0200
committerKay Sievers <kay@vrfy.org>2015-06-22 23:27:08 +0200
commit5aaf87682e8478d9af2df4428b4eb962fe2c53d6 (patch)
treeb8933c21ce12ef63e33bc951b33d4aa85aeac38f /Makefile.am
parent6f58d70e31c5a8b63402b865b4030976348659d0 (diff)
build-sys: remove $(NULL)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 5 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index ef03730b0..ab602d487 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -734,8 +734,7 @@ EXTRA_DIST += \
tools/xml_helper.py \
man/systemd.index.xml \
man/index.html \
- man/glib-event-glue.c \
- $(NULL)
+ man/glib-event-glue.c
# ------------------------------------------------------------------------------
noinst_LTLIBRARIES += \
@@ -3683,18 +3682,15 @@ EXTRA_DIST += \
# ------------------------------------------------------------------------------
TESTS += \
- test/udev-test.pl \
- $(NULL)
+ test/udev-test.pl
if HAVE_PYTHON
TESTS += \
- test/rule-syntax-check.py \
- $(NULL)
+ test/rule-syntax-check.py
if HAVE_SYSV_COMPAT
TESTS += \
- test/sysv-generator-test.py \
- $(NULL)
+ test/sysv-generator-test.py
endif
endif
@@ -3733,8 +3729,7 @@ EXTRA_DIST += \
test/udev-test.pl \
test/rule-syntax-check.py \
test/sysv-generator-test.py \
- test/mocks/fsck \
- $(NULL)
+ test/mocks/fsck
# ------------------------------------------------------------------------------