diff --git a/Makefile.ps3 b/Makefile.ps3 index 184de84a9f..b7d468bea2 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -80,7 +80,7 @@ $(PPU_TARGET): $(OBJ) $(LD) -o $@ $(OBJ) $(LDFLAGS) $(LDDIRS) $(LIBS) $(STRIP) $(PPU_TARGET) - %.o: %.c config.h +%.o: %.c config.h $(CC) $(INCDIRS) $(CFLAGS) -c -o $@ $< %.o: %.cpp config.h