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 :)
This commit is contained in:
parent
5ab489f570
commit
0f3966f2b0
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue