diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-23 22:55:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-24 00:24:46 +0100 |
commit | 0979f2855c81d144d4c7d814678a5b5b2d34155b (patch) | |
tree | ced53cd8ef7b46f115fff103d095e37f7820ae44 /Makefile.am | |
parent | 92134489ab35f6d173cb6fb6f676c1b5d88f5556 (diff) |
build-sys: drop TARGET_UBUNTU
TARGET_UBUNTU is effectively the same as TARGET_DEBIAN. Given the Ubuntu
is unlikely to use systemd anytime soon there's no point in keeping this
separate.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 25f8231b50..5d772be942 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4111,12 +4111,6 @@ if TARGET_MANDRIVA $(LN_S) rescue.service single.service ) endif -if TARGET_DEBIAN_OR_UBUNTU - ( cd $(DESTDIR)$(systemunitdir) && \ - rm -f runlevel5.target && \ - $(LN_S) multi-user.target runlevel5.target ) -endif - if TARGET_SUSE ( cd $(DESTDIR)$(systemunitdir) && \ rm -f local.service && \ |