Commit 331b0087 authored by Sam Lantinga's avatar Sam Lantinga

Whoops, clean files in the dist directory

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401807
parent 823969fe
...@@ -150,7 +150,7 @@ dist $(distfile): ...@@ -150,7 +150,7 @@ dist $(distfile):
tar cf - $(DIST) | (cd $(distdir); tar xf -) tar cf - $(DIST) | (cd $(distdir); tar xf -)
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`
find $(srcdir) \( \ find $(distdir) \( \
-name '*~' -o \ -name '*~' -o \
-name '*.bak' -o \ -name '*.bak' -o \
-name '*.old' -o \ -name '*.old' -o \
......
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