summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2010-12-17 17:57:20 (GMT)
committerstwo <stwo>2010-12-17 17:57:20 (GMT)
commit4f9702915058b702b26ee67fdc94aafb8ebda2a0 (patch)
tree202e3d4238ac247c3dee5c35536dc41c4c7ffb91 /unix/Makefile.in
parent716be31fd7cb8acae5bba8b10425b904f8ace0dc (diff)
downloadtk-4f9702915058b702b26ee67fdc94aafb8ebda2a0.zip
tk-4f9702915058b702b26ee67fdc94aafb8ebda2a0.tar.gz
tk-4f9702915058b702b26ee67fdc94aafb8ebda2a0.tar.bz2
Use 'rpmbuild', not 'rpm' [Bug 2537626].
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index d31d582..d90ca68 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.143.2.9 2010/08/27 00:19:28 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.143.2.10 2010/12/17 17:57:21 stwo Exp $
# Current Tk version; used in various names.
@@ -1476,13 +1476,13 @@ checkexports: $(TK_LIB_FILE)
# system.
#
-rpm: all /bin/rpm
+rpm: all
rm -f THIS.TCL.SPEC
echo "%define _builddir `pwd`" > THIS.TK.SPEC
echo "%define _rpmdir `pwd`/RPMS" >> THIS.TK.SPEC
cat tk.spec >> THIS.TK.SPEC
mkdir -p RPMS/i386
- rpm -bb THIS.TK.SPEC
+ rpmbuild -bb THIS.TK.SPEC
mv RPMS/i386/*.rpm .
rm -rf RPMS THIS.TK.SPEC