From de3379d725d0da497013dab932f394f0655db8e6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 17 Feb 2011 18:55:56 -0800 Subject: [PATCH] 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 :) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 090f1b5be..12b9097e7 100644 --- a/Makefile.in +++ b/Makefile.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*