diff options
author | Kay Sievers <kay@vrfy.org> | 2014-05-22 09:06:17 +0900 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-05-22 09:46:09 +0900 |
commit | 5590bbe52985f9f01dbafa740df9c74f2ea95ffa (patch) | |
tree | cc700073c146210c5051bd20a2a7662122ac5f0a | |
parent | f884afb20674d3d1d223ae300e572a64cdff77f3 (diff) |
Makefile.am: fix whitespace
-rw-r--r-- | Makefile.am | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index e1c86aa737..ac650044ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1689,8 +1689,8 @@ endif endif EXTRA_DIST += \ - units/systemd-modules-load.service.in \ - units/kmod-static-nodes.service.in + units/systemd-modules-load.service.in \ + units/kmod-static-nodes.service.in # ------------------------------------------------------------------------------ if ENABLE_TMPFILES @@ -2536,15 +2536,15 @@ test_dhcp_client_LDADD = \ libsystemd-shared.la test_ipv4ll_SOURCES = \ - src/systemd/sd-ipv4ll.h \ - src/libsystemd-network/ipv4ll-internal.h \ - src/libsystemd-network/test-ipv4ll.c + src/systemd/sd-ipv4ll.h \ + src/libsystemd-network/ipv4ll-internal.h \ + src/libsystemd-network/test-ipv4ll.c test_ipv4ll_LDADD = \ - libsystemd-network.la \ - libsystemd-label.la \ - libsystemd-internal.la \ - libsystemd-shared.la + libsystemd-network.la \ + libsystemd-label.la \ + libsystemd-internal.la \ + libsystemd-shared.la tests += \ test-dhcp-option \ @@ -5182,9 +5182,9 @@ linkcheck: hwdb-update: ( cd $(top_srcdir)/hwdb && \ wget -N http://www.linux-usb.org/usb.ids \ - http://pci-ids.ucw.cz/v2.2/pci.ids \ - http://standards.ieee.org/develop/regauth/oui/oui.txt \ - http://standards.ieee.org/develop/regauth/iab/iab.txt && \ + http://pci-ids.ucw.cz/v2.2/pci.ids \ + http://standards.ieee.org/develop/regauth/oui/oui.txt \ + http://standards.ieee.org/develop/regauth/iab/iab.txt && \ ./ids-update.pl ) .PHONY: kdbus-update @@ -5229,7 +5229,7 @@ valgrind-tests: $(TESTS) if file $$f | grep -q shell; then \ echo -e "$${x}Skipping non-binary $$f"; else \ echo -e "$${x}Running $$f"; \ - libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \ + libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \ x="\n\n"; \ done |