diff Makefile.in @ 1494:4da1926c287c

Fixed make distclean
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Mar 2006 20:16:50 +0000
parents e507811313ee
children 9b9212e4810c
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):