Fixed make distclean

This commit is contained in:
Sam Lantinga
2006-03-11 20:16:50 +00:00
parent 5b4e4f9c01
commit f98b79e0f3

View File

@@ -130,7 +130,7 @@ distclean: clean
-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):