From: Kay Sievers Date: Mon, 22 Jun 2015 21:27:08 +0000 (+0200) Subject: build-sys: remove $(NULL) X-Git-Tag: v222~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5aaf87682e8478d9af2df4428b4eb962fe2c53d6;p=thirdparty%2Fsystemd.git build-sys: remove $(NULL) --- diff --git a/Makefile.am b/Makefile.am index ef03730b031..ab602d4874a 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 # ------------------------------------------------------------------------------