X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Makefile;h=abd630f75f2ee64a194d76634ada378427b87588;hp=b4be049471295dd275955e4d2662a023f3592902;hb=97c1f6e3472ef0d98a9731101dbf57c75123f287;hpb=da537644f4ae79ee53f22d21da1583df76b30a66 diff --git a/Makefile b/Makefile index b4be049..abd630f 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ DEBUGFLAGS = -DDBG_JIT -DDBG_MP else DEBUGFLAGS = ${DBGFLAGS} endif -mate.dbg: Mate.hs ffi/trap.c $(HS_FILES) $(HS_BOOT) ffi/native.o +mate.dbg: Mate.hs ffi/trap.c $(HS_FILES) $(HS_BOOT) ffi/native.o $(CLASS_FILES) @mkdir -p $(B_DEBUG)/{ffi,Mate,} gcc -Wall $(DEBUGFLAGS) -O0 -c ffi/trap.c -o $(B_DEBUG)/ffi/trap.o ghc --make $(DEBUGFLAGS) $(GHC_OPT) Mate.hs $(B_DEBUG)/ffi/trap.o -o $@ $(GHC_LD) -outputdir $(B_DEBUG)