Mercurial > sdl-ios-xcode
changeset 1494:4da1926c287c
Fixed make distclean
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 11 Mar 2006 20:16:50 +0000 |
parents | ce28f14c4502 |
children | 1dd8bf30a109 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):