diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 04:25:08 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:29 +0200 |
commit | 5d474b8848d7f6b34f5a0bc1397100ad0667ec2f (patch) | |
tree | f165420c1cf1aa3aab08500b8b65cf2665bde8cb /Makefile.am | |
parent | de47ca9b50e8c05c9fc116ff37794e526bddf92e (diff) |
units: no need to create rescue.target.wants anymore
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1fa4a7df2b..2268a62f63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1176,7 +1176,6 @@ if TARGET_FEDORA $(DESTDIR)$(systemunitdir)/kexec.target.wants \ $(DESTDIR)$(systemunitdir)/poweroff.target.wants \ $(DESTDIR)$(systemunitdir)/halt.target.wants \ - $(DESTDIR)$(systemunitdir)/rescue.target.wants \ $(DESTDIR)$(systemunitdir)/final.target.wants ( cd $(DESTDIR)$(systemunitdir)/multi-user.target.wants && \ rm -f rc-local.service && \ |