From 507ca2d27520118151a2556d96b9a15aac768876 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 17 Dec 2007 16:41:39 +0000 Subject: Changes for MAME 0.121u4. --- makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index fff99618e4d..8aff71a3aa5 100644 --- a/makefile +++ b/makefile @@ -495,12 +495,16 @@ $(sort $(OBJDIRS)): # executable targets and dependencies #------------------------------------------------- +ifndef EXECUTABLE_DEFINED + $(EMULATOR): $(VERSIONOBJ) $(DRVLIBS) $(LIBOSD) $(LIBEMU) $(LIBCPU) $(LIBSOUND) $(LIBUTIL) $(EXPAT) $(ZLIB) $(LIBOCORE) $(RESFILE) # always recompile the version string $(CC) $(CDEFS) $(CFLAGS) -c $(SRC)/version.c -o $(VERSIONOBJ) @echo Linking $@... $(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $^ $(LIBS) -o $@ +endif + #------------------------------------------------- -- cgit v1.2.3