Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
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 :)
  • Loading branch information
slouken committed Feb 18, 2011
1 parent 114ca5a commit de3379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -167,7 +167,7 @@ clean:
if test -f test/Makefile; then (cd test; $(MAKE) $@); fi

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 config.status config.cache config.log libtool
rm -rf $(srcdir)/autom4te*
Expand Down

0 comments on commit de3379d

Please sign in to comment.