Index: xotcl/Makefile.in =================================================================== diff -u -r9edf1bd26aaa17e3ff96857301b034f7196c5b8d -r38e254d04bd441b36204ff1067b0b646bdc02d73 --- xotcl/Makefile.in (.../Makefile.in) (revision 9edf1bd26aaa17e3ff96857301b034f7196c5b8d) +++ xotcl/Makefile.in (.../Makefile.in) (revision 38e254d04bd441b36204ff1067b0b646bdc02d73) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.10 2004/08/22 10:20:56 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.11 2004/08/26 19:47:58 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -601,11 +601,12 @@ RPMSOURCES=/usr/src/redhat/SOURCES RPMSPECS=/usr/src/redhat/SPECS -rpm: tar +rpm: @if test ! -d $(RPMSOURCES); then mkdir -p $(RPMSOURCES); fi @if test ! -d $(RPMSPECS); then mkdir -p $(RPMSPECS); fi - cp ../xotcl-$(PACKAGE_VERSION).tar.gz $(RPMSOURCES) cp unix/xotcl.spec $(RPMSPECS)/xotcl-$(PACKAGE_VERSION).spec + make tar + cp ../xotcl-$(PACKAGE_VERSION).tar.gz $(RPMSOURCES) rpmbuild -ba $(RPMSPECS)/xotcl-$(PACKAGE_VERSION).spec bin-tar: