chiark / gitweb /
fsck: remove symlink from fsck.target to sysinit.target
[elogind.git] / Makefile.am
index b6cae4109b5a0b8eda1fbcc2d7c37d6f03517065..9c76fc807a08ef7cbecc20f652893b3da5c6399e 100644 (file)
@@ -305,17 +305,11 @@ endif
 
 if TARGET_DEBIAN_OR_UBUNTU
 dist_systemunit_DATA += \
-       units/debian/fsck.target \
        units/debian/umountfs.service \
        units/debian/umountnfs.service \
        units/debian/umountroot.service
 endif
 
-if TARGET_SUSE
-dist_systemunit_DATA += \
-       units/suse/fsck.target
-endif
-
 if TARGET_GENTOO
 dist_systemunit_DATA += \
        units/gentoo/xdm.service
@@ -1230,15 +1224,6 @@ if TARGET_DEBIAN_OR_UBUNTU
                rm -f runlevel5.target && \
                $(LN_S) multi-user.target runlevel5.target )
 endif
-if !TARGET_SUSE
-if !TARGET_DEBIAN
-if !TARGET_UBUNTU
-       ( cd $(DESTDIR)$(systemunitdir) && \
-               rm -f fsck.target && \
-               $(LN_S) sysinit.target fsck.target )
-endif
-endif
-endif
 
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \