This commit is contained in:
Sam Lantinga 2006-05-07 19:02:07 +00:00
parent e96aa29503
commit 06ab9de131

View File

@ -151,7 +151,6 @@ dist $(distfile):
cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
rm -rf `find $(distdir) -name .svn`
rm -f `find $(distdir) -name '.#*'`
rmdir `find $(distdir) -type d -empty`
tar cvf - $(distdir) | gzip --best >$(distfile)
rm -rf $(distdir)