From 904dcb4a7b96c2541841f894aa52d99d48e1358d Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Sun, 4 Nov 2007 17:00:10 +0000 Subject: Minor tweak to Wince makefile; 'all' target now depends on whether we are building with plugins or not. These means that weak minded programmers (like me) no longer need to remember to do "make dist-plugins" instead of "make dist". svn-id: r29412 --- backends/platform/wince/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backends/platform/wince') diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index ef8a376560..3806725264 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -177,7 +177,13 @@ endif include $(srcdir)/Makefile.common +# Our top level target depends on whether we are building the plugin version +# or not... +ifdef BUILD_PLUGINS +all: dist-plugins +else all: dist +endif dist: ARMscaler.o PocketSCUMM.o $(EXECUTABLE) -- cgit v1.2.3