From 5672bdf2be48a794af982d206eeaadd0451094ca Mon Sep 17 00:00:00 2001 From: sezero Date: Sat, 18 Aug 2018 22:16:00 +0300 Subject: [PATCH] glide2x, sst1: Makefile.win32 fix --- glide2x/sst1/glide/src/Makefile.win32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glide2x/sst1/glide/src/Makefile.win32 b/glide2x/sst1/glide/src/Makefile.win32 index 881dcf1..7078e84 100644 --- a/glide2x/sst1/glide/src/Makefile.win32 +++ b/glide2x/sst1/glide/src/Makefile.win32 @@ -261,10 +261,10 @@ endif $(GLIDE_OBJECTS): fxinline.h fxgasm.h fxinline.h: fxgasm.exe - ./$< -inline > $@ + $< -inline > $@ fxgasm.h: fxgasm.exe - ./$< -hex > $@ + $< -hex > $@ fxgasm.exe: fxgasm.c $(CC) -o $@ $(CFLAGS) $<