diff options
| author | 2013-02-11 07:44:56 +0000 | |
|---|---|---|
| committer | 2013-02-11 07:44:56 +0000 | |
| commit | a440a8e0200a36491ae540f6f00beae59c148549 (patch) | |
| tree | b4c31ebadaa2857396c37178674086420bf1658f /src/mess/mess.mak | |
| parent | 4b0b4e6b2fa7eb5105859f561354662d479f53be (diff) | |
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/mess.mak')
| -rw-r--r-- | src/mess/mess.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/mess.mak b/src/mess/mess.mak index fd277b23a5d..1deeea114b8 100644 --- a/src/mess/mess.mak +++ b/src/mess/mess.mak @@ -564,8 +564,8 @@ $(MESSOBJ)/shared.a: \ $(MESS_MACHINE)/3c503.o \ $(MESS_FORMATS)/z80bin.o \ $(MESS_MACHINE)/mb8795.o \ - $(MESS_MACHINE)/midiinport.o \ - $(MESS_MACHINE)/midioutport.o \ + $(MESS_MACHINE)/midiinport.o \ + $(MESS_MACHINE)/midioutport.o \ $(MESS_MACHINE)/null_modem.o \ $(MESS_MACHINE)/vcsctrl.o \ $(MESS_MACHINE)/vcs_joy.o \ |
