diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-30 23:59:37 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-31 00:00:06 -0400 |
commit | 9c0804278b42261b4dce20ea0ea79bcbad291639 (patch) | |
tree | 0330f67783a3c5a3e3264f7cc60467e74ae6c0c1 /Makefile.am | |
parent | 87502e5868a8dbe2fda9a8e66a37ed6996646ef8 (diff) |
units: m4 is not needed for rescue.service
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b37ed41554..1991fd0e3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -550,7 +550,7 @@ EXTRA_DIST += \ units/console-shell.service.m4.in \ units/console-getty.service.m4.in \ units/container-getty@.service.m4.in \ - units/rescue.service.m4.in \ + units/rescue.service.in \ units/systemd-initctl.service.in \ units/systemd-shutdownd.service.in \ units/systemd-remount-fs.service.in \ @@ -585,7 +585,6 @@ CLEANFILES += \ units/console-shell.service.m4 \ units/console-getty.service.m4 \ units/container-getty@.service.m4 \ - units/rescue.service.m4 \ units/user@.service.m4 if HAVE_SYSV_COMPAT |