mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Remove some "@". These should be used in the command definition.
This commit is contained in:
parent
6730fb495a
commit
d9e4bfacb3
6
makefile
6
makefile
@ -994,12 +994,12 @@ endif
|
||||
|
||||
$(OBJ)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
|
||||
@echo Converting $<...
|
||||
@$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
|
||||
$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
|
||||
|
||||
$(OBJ)/%.fh: $(SRC)/%.png $(SRC)/build/png2bdc.py $(SRC)/build/file2str.py
|
||||
@echo Converting $<...
|
||||
@$(PYTHON) $(SRC)/build/png2bdc.py $< $(OBJ)/temp.bdc
|
||||
@$(PYTHON) $(SRC)/build/file2str.py $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
|
||||
$(PYTHON) $(SRC)/build/png2bdc.py $< $(OBJ)/temp.bdc
|
||||
$(PYTHON) $(SRC)/build/file2str.py $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
|
||||
|
||||
$(DRIVLISTOBJ): $(DRIVLISTSRC)
|
||||
@echo Compiling $<...
|
||||
|
Loading…
Reference in New Issue
Block a user