From 0979f2855c81d144d4c7d814678a5b5b2d34155b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Nov 2012 22:55:38 +0100 Subject: 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. --- Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.am') 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 && \ -- cgit v1.2.3-54-g00ecf