Commit 7be754fa 7be754faa8856f6f21af02c55f9914614dcbcfb4 by Jakob Kaivo

I shouldn't be copying files from other source trees this late at night

1 parent 572d489a
...@@ -10,4 +10,4 @@ release: ...@@ -10,4 +10,4 @@ release:
10 $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` 10 $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
11 11
12 rpm: dist 12 rpm: dist
13 rpm -ta --clean gdbc-$(VERSION).tar.gz 13 rpm -ta --clean mailutils-$(VERSION).tar.gz
......