From bf5c9218e550dc313043b39faeeb5c77c0d3baec Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Tue, 1 Jul 2008 00:17:36 +0000 Subject: [PATCH] Avoiding shipping with a 'dummy.o' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fb37fa28..9f09083a8 100644 --- a/Makefile +++ b/Makefile @@ -265,7 +265,7 @@ build/tuxpaint-$(VER_VERSION): @echo @mkdir -p build/tuxpaint-$(VER_VERSION) @find . -follow \ - \( -wholename '*/CVS' -o -name .cvsignore -o -name 'build' -o -name '.#*' \) \ + \( -wholename '*/CVS' -o -name .cvsignore -o -name 'dummy.o' -o -name 'build' -o -name '.#*' \) \ -prune -o -type f -exec cp --parents -vdp \{\} build/tuxpaint-$(VER_VERSION)/ \; .PHONY: release