Skip to content

Commit

Permalink
Fixed make distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 11, 2006
1 parent 56feef0 commit 4e8707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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):
Expand Down

0 comments on commit 4e8707a

Please sign in to comment.