minor makefiles update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user