Commit 0f3966f2 authored by Sam Lantinga's avatar Sam Lantinga

Don't remove the pseudo-generated headers because this command might be run...

Don't remove the pseudo-generated headers because this command might be run from the repo directory and it confuses people, especially if they have no way of regenerating SDL_revision.h :)
parent 5ab489f5
...@@ -167,7 +167,7 @@ clean: ...@@ -167,7 +167,7 @@ clean:
if test -f test/Makefile; then (cd test; $(MAKE) $@); fi if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
distclean: clean distclean: clean
rm -f Makefile include/SDL_config.h include/SDL_revision.h sdl-config rm -f Makefile sdl-config
rm -f SDL.qpg rm -f SDL.qpg
rm -f config.status config.cache config.log libtool rm -f config.status config.cache config.log libtool
rm -rf $(srcdir)/autom4te* rm -rf $(srcdir)/autom4te*
......
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