mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
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:
parent
5ab148c043
commit
904dcb4a7b
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user