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
This commit is contained in:
Robin Watts 2007-11-04 17:00:10 +00:00
parent 5ab148c043
commit 904dcb4a7b

View File

@ -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)