From 331b0087eeb2dbca095eeec1437c7b84dc8f7b1b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 17 May 2006 04:42:37 +0000 Subject: [PATCH] Whoops, clean files in the dist directory --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401807 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 64b581dba..ed096feab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -150,7 +150,7 @@ dist $(distfile): tar cf - $(DIST) | (cd $(distdir); tar xf -) cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h rm -rf `find $(distdir) -name .svn` - find $(srcdir) \( \ + find $(distdir) \( \ -name '*~' -o \ -name '*.bak' -o \ -name '*.old' -o \