From 68fd55f23f1d6d4357a654224a0c1f3457302179 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 5 Jun 2010 08:03:07 +0200 Subject: [PATCH] Fix up syntax errors in Makefile.am --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e151b4a9..53f485e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,13 +154,13 @@ dist_systemunit_DATA += \ units/fedora/rc-local.service \ units/fedora/reboot.service \ units/fedora/sysinit.service -else +endif if TARGET_DEBIAN dist_systemunit_DATA += \ units/debian/halt.service \ units/debian/killall.service \ units/debian/poweroff.service \ - units/debian/reboot.service \ + units/debian/reboot.service endif if TARGET_GENTOO -- 2.39.5