mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Remove obsolete flag /coff from assembler options
Copied from Perforce Change: 178262 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
d923f4253e
commit
b9dbf430ef
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ $(PFM)\$(VARIETY)\mpsplcb.lib: $(PFM)\$(VARIETY)\mpslibcb.obj
|
|||
$(ECHO) $@
|
||||
@if not exist $(PFM) mkdir $(PFM)
|
||||
@if not exist $(PFM)\$(VARIETY) mkdir $(PFM)\$(VARIETY)
|
||||
$(MASM) /nologo /c /coff /Fo$@ $<
|
||||
$(MASM) /nologo /c /Fo$@ $<
|
||||
|
||||
# Coverage files
|
||||
#{$(PFM)\$(VARIETY)}.exe{$(PFM)\$(VARIETY)}.cov:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue