mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
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:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user