--- SIDPlayer/Makefile.am 2000/10/07 15:52:35 1.4 +++ SIDPlayer/Makefile.am 2002/09/05 23:00:21 1.6 @@ -2,8 +2,8 @@ SUBDIRS = src -# Requires automake 1.4 -AUTOMAKE_OPTIONS = 1.4 foreign +# Requires automake 1.5 +AUTOMAKE_OPTIONS = 1.5 foreign EXTRA_DIST = Makefile.BeOS @@ -24,4 +24,4 @@ $(PACKAGE)-$(VERSION).tar.gz: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz - rpm -ta $(PACKAGE)-$(VERSION).tar.gz + rpm -ta --clean $(PACKAGE)-$(VERSION).tar.gz