mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix dependencies tracking and default clean rule.
This commit is contained in:
parent
f513eefab9
commit
3b6c3cc5b4
@ -43,7 +43,7 @@ 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 || :)
|
||||||
|
|
||||||
ifdef $(OBJS)
|
ifdef OBJS
|
||||||
-include $(DEP_FILES)
|
-include $(DEP_FILES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ endif
|
|||||||
%.a:
|
%.a:
|
||||||
$(call cmd,archive)
|
$(call cmd,archive)
|
||||||
|
|
||||||
ifdef $(OBJS)
|
ifdef OBJS
|
||||||
clean-l:
|
clean-l:
|
||||||
rm -f $(OBJS) *.a
|
rm -f $(OBJS) *.a
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user