Commit 4b13c82d authored by Sam Lantinga's avatar Sam Lantinga

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401733
parent 0d310117
...@@ -151,7 +151,6 @@ dist $(distfile): ...@@ -151,7 +151,6 @@ dist $(distfile):
cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
rm -rf `find $(distdir) -name .svn` rm -rf `find $(distdir) -name .svn`
rm -f `find $(distdir) -name '.#*'` rm -f `find $(distdir) -name '.#*'`
rmdir `find $(distdir) -type d -empty`
tar cvf - $(distdir) | gzip --best >$(distfile) tar cvf - $(distdir) | gzip --best >$(distfile)
rm -rf $(distdir) rm -rf $(distdir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment