# HG changeset patch # User Sam Lantinga # Date 1142108210 0 # Node ID 4da1926c287cef4845bd06dc215450f174e57f0d # Parent ce28f14c45021adc9d03b89da32fa526366c1f72 Fixed make distclean diff -r ce28f14c4502 -r 4da1926c287c Makefile.in --- a/Makefile.in Sat Mar 11 20:16:20 2006 +0000 +++ b/Makefile.in Sat Mar 11 20:16:50 2006 +0000 @@ -130,7 +130,7 @@ -name '*~' -o -name '*.bak' -o -name '*.old' -o -name '*.rej' -o \ -name '.#*' \ -exec rm -f {} \; - cp include/SDL_config.h.minimal include/SDL_config.h + cp $(srcdir)/include/SDL_config.h.minimal $(srcdir)/include/SDL_config.h if test -f test/Makefile; then (cd test; $(MAKE) $@); fi dist $(distfile):