From 7bfd3b95f941c599600d91e4392a32dca4c196fc Mon Sep 17 00:00:00 2001 From: sezero Date: Sat, 11 Aug 2018 02:29:50 +0300 Subject: [PATCH] minor makefiles update --- glide3x/cvg/glide3/src/makefile.linux | 2 +- glide3x/h5/glide3/src/Makefile.DJ | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glide3x/cvg/glide3/src/makefile.linux b/glide3x/cvg/glide3/src/makefile.linux index 8fa3f7e..04634b2 100644 --- a/glide3x/cvg/glide3/src/makefile.linux +++ b/glide3x/cvg/glide3/src/makefile.linux @@ -208,7 +208,7 @@ GLIDE_OBJECTS += \ ../../init/sst1init.o \ ../../init/util.o \ ../../init/video.o -# fxremap() not called only in linux builds. +# fxremap() not called in linux builds # ../../init/fxremap.o # FIXME: needed for now to match the old library signature, should be checked diff --git a/glide3x/h5/glide3/src/Makefile.DJ b/glide3x/h5/glide3/src/Makefile.DJ index 5106a15..d46fdbb 100644 --- a/glide3x/h5/glide3/src/Makefile.DJ +++ b/glide3x/h5/glide3/src/Makefile.DJ @@ -322,10 +322,10 @@ fxbldno.h: fxbldno.exe $(RUN_FXBLDNO) > $@ gendate.exe: ../../incsrc/gendate.c - $(HOST_CC) -o $@ $(HOST_CFLAGS) $< + $(HOST_CC) -o $@ $< fxbldno.exe: fxbldno.c - $(HOST_CC) -o $@ $(HOST_CFLAGS) $< + $(HOST_CC) -o $@ $< ############################################################################### # clean, realclean