diff --git a/tool/make-snapshot b/tool/make-snapshot index d52e06fddf..12751f63d0 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -257,6 +257,7 @@ def package(vcs, rev, destdir, tmp = nil) puts " done" end clean.add("autom4te.cache") + clean.add("enc/unicode/data") print "creating prerequisites..." if File.file?("common.mk") && /^prereq/ =~ commonmk = IO.read("common.mk") puts