=================================================================== RCS file: /cvs/djgpp/djgpp/src/stub/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- djgpp/src/stub/makefile 2015/05/02 07:32:34 1.4 +++ /cvs/djgpp/djgpp/src/stub/makefile 2024/05/18 19:15:03 1.5 @@ -22,6 +22,7 @@ all :: native \ native :: \ $(HOSTBIN)/stubedit.exe \ $(HOSTBIN)/stubify.exe \ + $(HOSTBIN)/exe2coff.exe \ $(INC)/stubinfo.h \ $E $(NOP) @@ -68,6 +69,9 @@ $(HOSTBIN)/stubify.exe : stubify.c stub. $(HOSTBIN)/stubedit.exe : stubedit.c $(INC)/stubinfo.h $(GCC) stubedit.c -o $@ +$(HOSTBIN)/exe2coff.exe : exe2coff.c + $(GCC) exe2coff.c -o $@ + ./stub2inc.exe : stub2inc.c $(GCC) stub2inc.c -o $@