X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=Makefile.am;h=3c50ad9f422ee4089efc99f5f519e2ef4c390ccd;hp=7339f0c6e094562e343e22083e313b57a488d110;hb=94861df686d7083675af42890ececb70cb108b67;hpb=28338e91c351bef21a856f4280b762b9ee0dc2aa 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 ; \