diff options
author | cvs2fossil <cvs2fossil> | 2010-12-17 17:55:45 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil> | 2010-12-17 17:55:45 (GMT) |
commit | 42ec8b1131aa68f91d67124d508d02a79844a117 (patch) | |
tree | 204a2107d1e2576f7c3e2c7006e5ac0dbd74a670 /unix/Makefile.in | |
parent | 0440538b7ad50dd5141f92d24036f7ad45c799f7 (diff) | |
download | tcl-dogeen_assembler_merge_synthetic.zip tcl-dogeen_assembler_merge_synthetic.tar.gz tcl-dogeen_assembler_merge_synthetic.tar.bz2 |
Created branch dogeen-assembler-merge-syntheticdogeen_assembler_mergedogeen_assembler_merge_synthetic
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 9e48a49..8eebff2 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.312 2010/12/17 17:55:46 stwo Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.311 2010/11/28 23:20:11 kennykb Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1871,13 +1871,13 @@ checkexports: $(TCL_LIB_FILE) # system. # -rpm: all +rpm: all /bin/rpm rm -f THIS.TCL.SPEC echo "%define _builddir `pwd`" > THIS.TCL.SPEC echo "%define _rpmdir `pwd`/RPMS" >> THIS.TCL.SPEC cat tcl.spec >> THIS.TCL.SPEC mkdir -p RPMS/i386 - rpmbuild -bb THIS.TCL.SPEC + rpm -bb THIS.TCL.SPEC mv RPMS/i386/*.rpm . rm -rf RPMS THIS.TCL.SPEC |