Mercurial > sdl-ios-xcode
comparison Makefile.in @ 3088:1825768f1f72
Reverted dangerous change that could remove /bin/sh :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 06 Mar 2009 05:48:52 +0000 |
parents | 0b6f51c29267 |
children | 95e48f7a3a93 b7a48f533966 |
comparison
equal
deleted
inserted
replaced
3087:0b6f51c29267 | 3088:1825768f1f72 |
---|---|
137 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi | 137 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi |
138 | 138 |
139 distclean: clean | 139 distclean: clean |
140 rm -f Makefile include/SDL_config.h sdl-config | 140 rm -f Makefile include/SDL_config.h sdl-config |
141 rm -f SDL.qpg | 141 rm -f SDL.qpg |
142 rm -f config.status config.cache config.log $(LIBTOOL) $(depend) | 142 rm -f config.status config.cache config.log libtool $(depend) |
143 rm -rf $(srcdir)/autom4te* | 143 rm -rf $(srcdir)/autom4te* |
144 find $(srcdir) \( \ | 144 find $(srcdir) \( \ |
145 -name '*~' -o \ | 145 -name '*~' -o \ |
146 -name '*.bak' -o \ | 146 -name '*.bak' -o \ |
147 -name '*.old' -o \ | 147 -name '*.old' -o \ |