works with cygwin gnu make

This commit is contained in:
koolsmoky
2004-12-23 20:14:37 +00:00
parent 9477334927
commit b523ad8b58

View File

@@ -307,19 +307,19 @@ xtexdl_sse2.obj: xtexdl.asm
$(GLIDE_OBJECTS): fxinline.h fxgasm.h fxbldno.h
fxinline.h: fxgasm.exe
$< -inline > $@
./$< -inline > $@
fxgasm.h: fxgasm.exe
$< -hex > $@
./$< -hex > $@
fxgasm.exe: fxgasm.c ../../incsrc/gendate.h
$(CC) -o $@ $(CFLAGS) $<
../../incsrc/gendate.h: gendate.exe
$< > $@
./$< > $@
fxbldno.h: fxbldno.exe
$< > $@
./$< > $@
gendate.exe: ../../incsrc/gendate.c
$(CC) -o $@ $(CFLAGS) $<