minor makefiles update

This commit is contained in:
sezero
2018-08-11 02:29:50 +03:00
parent 2a711e29fe
commit 7bfd3b95f9
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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