Commit c2a4bb7b authored by Sam Lantinga's avatar Sam Lantinga

Fixed make distclean

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401498
parent 8feac6e1
...@@ -130,7 +130,7 @@ distclean: clean ...@@ -130,7 +130,7 @@ distclean: clean
-name '*~' -o -name '*.bak' -o -name '*.old' -o -name '*.rej' -o \ -name '*~' -o -name '*.bak' -o -name '*.old' -o -name '*.rej' -o \
-name '.#*' \ -name '.#*' \
-exec rm -f {} \; -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 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
dist $(distfile): dist $(distfile):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment