mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
Fix rule to ensure proper recompilation (no whatsnew)
This commit is contained in:
parent
f8adb6f53c
commit
4f9b4ae380
@ -842,7 +842,7 @@ endif
|
||||
$(CPUOBJ)/mips/r3000.o: $(CPUSRC)/mips/r3000.c \
|
||||
$(CPUSRC)/mips/r3000.h
|
||||
|
||||
$(CPUOBJ)/mips/mips3.o: $(CPUSRC)/mips/mips3.h \
|
||||
$(CPUOBJ)/mips/mips3.o: $(CPUSRC)/mips/mips3.h $(CPUSRC)/mips/mips3com.h \
|
||||
$(CPUSRC)/mips/mips3.c
|
||||
|
||||
$(CPUOBJ)/mips/mips3com.o: $(CPUSRC)/mips/mips3.h \
|
||||
|
Loading…
Reference in New Issue
Block a user