summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-04-08 09:31:31 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-04-08 09:31:31 +0000
commit0f6d1a804d451dec9c1c4404533e1b525a5f9a3d (patch)
tree4a0884ba2644de7cad36092ffed3dce990febd8c
parentdfb06b75f208ba69f32a91fe2c3fd7514edf73bc (diff)
Shuffle lib order around to fix link issue.mame0137u2
-rw-r--r--src/tools/tools.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tools.mak b/src/tools/tools.mak
index ac62d1cbdc2..43092a0f8a0 100644
--- a/src/tools/tools.mak
+++ b/src/tools/tools.mak
@@ -111,7 +111,7 @@ jedutil$(EXE): $(JEDUTILOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB) $(EXPAT)
UNIDASMOBJS = \
$(TOOLSOBJ)/unidasm.o \
-unidasm$(EXE): $(UNIDASMOBJS) $(LIBUTIL) $(LIBOCORE) $(LIBDASM) $(ZLIB) $(EXPAT)
+unidasm$(EXE): $(UNIDASMOBJS) $(LIBDASM) $(LIBUTIL) $(LIBOCORE) $(ZLIB) $(EXPAT)
@echo Linking $@...
$(LD) $(LDFLAGS) $^ $(LIBS) -o $@