From: micah Date: Tue, 28 Nov 2006 23:27:19 +0000 (+0000) Subject: changed spaces to tabs in Makefile.am (make will ignore X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=d6586aef46e8f34f2c7e5ab5f2226239e072c29a changed spaces to tabs in Makefile.am (make will ignore the section if its spaces) git-svn-id: http://code.autistici.org/svn/backupninja/trunk@458 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/ChangeLog b/ChangeLog index 6ff9cc5..85aae26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ version 0.9.5 -- unreleased (Closes: #396578) fixed automake 'make install' bug that failed if /etc/backup.d already existed + changed spaces to tabs in Makefile.am version 0.9.4 -- October 6th, 2006 backupninja changes diff --git a/Makefile.am b/Makefile.am index 7339f0c..3c50ad9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = etc examples handlers lib man src local_rpm_topdir=`cd $(top_srcdir) && pwd`/rpm rpm-package: dist - if test x$(HAVE_RPM) = xyes ; then \ + if test x$(HAVE_RPM) = xyes ; then \ mkdir -p $(local_rpm_topdir) ; \ cd $(local_rpm_topdir) ; \ mkdir -p BUILD RPMS SOURCES SPECS ; \ @@ -25,7 +25,7 @@ rpm-package: dist fi srpm-package: dist - if test x$(HAVE_RPM) = xyes ; then \ + if test x$(HAVE_RPM) = xyes ; then \ mkdir -p $(local_rpm_topdir) ; \ cd $(local_rpm_topdir) ; \ mkdir -p BUILD SRPMS SOURCES SPECS ; \