=================================================================== RCS file: /cvs/djgpp/djgpp/src/utils/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- djgpp/src/utils/makefile 2003/02/24 17:05:32 1.4 +++ /cvs/djgpp/djgpp/src/utils/makefile 2003/05/10 23:21:31 1.5 @@ -24,6 +24,12 @@ EXTRA_FILES += phony_djtar include $(TOP)/../makefile.prg +native :: $(HOSTBIN)/bin2h.exe + $(NOP) + +$(HOSTBIN)/bin2h.exe : bin2h.c + $(GCC) bin2h.c -o $@ + $(BIN)/rem.com : rem.asm $(HOSTBIN)/djasm.exe $^ $@