changed spaces to tabs in Makefile.am (make will ignore
authorMicah Anderson <micah@riseup.net>
Tue, 28 Nov 2006 23:27:19 +0000 (23:27 +0000)
committerMicah Anderson <micah@riseup.net>
Tue, 28 Nov 2006 23:27:19 +0000 (23:27 +0000)
the section if its spaces)

ChangeLog
Makefile.am

index 6ff9cc5ed2669501542ca39c3560424600d1b4c0..85aae26bc1202cc78312115bde93f02b9a1190e2 100644 (file)
--- 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
index 7339f0c6e094562e343e22083e313b57a488d110..3c50ad9f422ee4089efc99f5f519e2ef4c390ccd 100644 (file)
@@ -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 ; \