From d6efdc331012b208039c38a4b8ebd66f5d884333 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 4 Jun 1999 15:03:55 +0000 Subject: [PATCH] pack fix --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d4920cf..88ea2ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ rpm: dist $(MAKE) -C $@ pack: clean-recursive + rm -f config.log config.cache config.status chown -R root.root ../alsa-utils mv ../alsa-utils ../alsa-utils-$(VERSION) tar --exclude=CVS -cvz -C .. -f ../alsa-utils-$(VERSION).tar.gz alsa-utils-$(VERSION)