X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=18ef4e0029decb8ba0ad45ab46ede6ad0c9a52c0;hp=29d241843ab8c70b6761fd68a1b72f528cf57805;hb=41e82ad46e60f9c3291ff81ebe4a07512b1194c5;hpb=bf4df3ba5781db5600f1ffb3c34e4d76ef490474 diff --git a/Makefile b/Makefile index 29d24184..18ef4e00 100644 --- a/Makefile +++ b/Makefile @@ -59,8 +59,7 @@ ifeq "$(USE_DYNAREC)" "1" OBJS += libpcsxcore/new_dynarec/new_dynarec.o libpcsxcore/new_dynarec/linkage_arm.o OBJS += libpcsxcore/new_dynarec/pcsxmem.o else -libpcsxcore/new_dynarec/emu_if.o: CFLAGS += -DDRC_DISABLE -frontend/libretro.o: CFLAGS += -DDRC_DISABLE +CFLAGS += -DDRC_DISABLE endif OBJS += libpcsxcore/new_dynarec/emu_if.o libpcsxcore/new_dynarec/new_dynarec.o: libpcsxcore/new_dynarec/assem_arm.c \