X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=a55b244b6719e0605c0b099dc7be788e99df7c53;hp=b6cae4109b5a0b8eda1fbcc2d7c37d6f03517065;hb=98e1f931a26dedbb9b5d19af84dc2cf3255bedcd;hpb=858dae181bb5461201ac1c04732d3ef4c67a0256 diff --git a/Makefile.am b/Makefile.am index b6cae4109..a55b244b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -323,7 +317,6 @@ endif if TARGET_ARCH dist_systemunit_DATA += \ - units/arch/sysinit.service \ units/arch/rc-local.service endif @@ -1230,15 +1223,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) \