mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Strip $(OBJS) for whitespace before comparing it
This commit is contained in:
parent
082031c10c
commit
97fcc99f4d
@ -104,7 +104,7 @@ DEP_FILES_1 = $(foreach src,$(OBJS),.deps/$(src))
|
|||||||
DEP_FILES = $(DEP_FILES_1:%.o=%.P)
|
DEP_FILES = $(DEP_FILES_1:%.o=%.P)
|
||||||
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
|
||||||
|
|
||||||
ifneq ($(OBJS),)
|
ifneq ($(strip $(OBJS)),)
|
||||||
-include $(DEP_FILES)
|
-include $(DEP_FILES)
|
||||||
OBJS += $(LIB_O_NAME)
|
OBJS += $(LIB_O_NAME)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user