Skip to content

Commit

Permalink
Makefile: Use DMD instead of undefined var DMDXX
Browse files Browse the repository at this point in the history
This seem to have been a rebase error.
  • Loading branch information
Geod24 committed Sep 15, 2021
1 parent 171d120 commit 6b69424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm/src/dmc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ cgen.obj : cgen.d
$(DMD) -c $(DFLAGS) cgen.d

cgobj.obj : cgobj.d code.d
$(DMDXX) -c $(DFLAGS) -J. cgobj.d code.d
$(DMD) -c $(DFLAGS) -J. cgobj.d code.d

mscoffobj.obj : mscoffobj.d
$(DMD) -c $(DFLAGS) -J. mscoffobj.d
Expand Down

0 comments on commit 6b69424

Please sign in to comment.