]> granicus.if.org Git - libjpeg-turbo/commitdiff
Actually, we only need to 'make dist-gzip' prior to building the SRPM
authorDRC <dcommander@users.sourceforge.net>
Mon, 15 Feb 2010 11:36:46 +0000 (11:36 +0000)
committerDRC <dcommander@users.sourceforge.net>
Mon, 15 Feb 2010 11:36:46 +0000 (11:36 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@99 632fc199-4ca6-4c93-a231-07263d6284db

Makefile.am
release/makesrpm

index a49f470928f94d581b34c4999ba82c1525ac381c..c09c9339c8f5e4d28962147a62838689f2021eee 100644 (file)
@@ -120,6 +120,6 @@ rpm: all
        sh $(srcdir)/release/makerpm ${PACKAGE_NAME} ${VERSION} ${BUILD} \
                ${RPMARCH} ${srcdir}
 
-srpm: dist
+srpm: dist-gzip
        sh $(srcdir)/release/makesrpm ${PACKAGE_NAME} ${VERSION} ${BUILD} \
                ${srcdir}
index b2476bbf839376a2bbccb677944b67bae47010a5..8d5fab8d83a4ce9d4b49962ac0c045fba38a924b 100644 (file)
@@ -29,7 +29,7 @@ SRCDIR=$4
 
 TARBALL=$PACKAGE_NAME-$VERSION.tar.gz
 if [ ! -f ./$TARBALL ]; then
-       echo ./$TARBALL does not exist.  Run make dist first.
+       echo ./$TARBALL does not exist.  Run make dist-gzip first.
        exit -1
 fi