mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 12:36:13 +01:00
Fix faults in Make builds
This commit is contained in:
parent
ce1dfa16b2
commit
7695c01d98
@ -158,7 +158,7 @@ else
|
|||||||
DLL_NAME ?= ../lib/libkms.so
|
DLL_NAME ?= ../lib/libkms.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BASECFLAGS = -DVLMCSD_COMPILER=\"$(notdir $(CC))\" -DVLMCSD_PLATFORM=\"$(TARGETPLATFORM)\" -DCONFIG=\"$(CONFIG)\" -DBUILD_TIME=$(shell date '+%s') -g -Os -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections
|
BASECFLAGS = -DVLMCSD_COMPILER=\"$(notdir $(CC))\" -DVLMCSD_PLATFORM=\"$(TARGETPLATFORM)\" -DCONFIG=\"$(CONFIG)\" -DBUILD_TIME=$(shell date '+%s') -MD -g -Os -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections
|
||||||
BASELDFLAGS =
|
BASELDFLAGS =
|
||||||
STRIPFLAGS =
|
STRIPFLAGS =
|
||||||
CLIENTLDFLAGS =
|
CLIENTLDFLAGS =
|
||||||
@ -651,3 +651,7 @@ dnsclean:
|
|||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Help is available by typing 'make help' in directory $(shell realpath `pwd`/..). Use 'cd ..' to get there."
|
@echo "Help is available by typing 'make help' in directory $(shell realpath `pwd`/..). Use 'cd ..' to get there."
|
||||||
|
|
||||||
|
OBJS=../build/*.o
|
||||||
|
# Pull-in dependencies generated by -MD
|
||||||
|
-include $(OBJS:.o=.d)
|
||||||
|
Loading…
Reference in New Issue
Block a user