mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
2004-08-17 Casper S. Hornstrup <[email protected]>
* tools/depend.mk: Don't generate dependencies for implib target. svn path=/trunk/; revision=10576
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-08-17 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* tools/depend.mk: Don't generate dependencies for implib target.
|
||||
|
||||
2004-08-16 Casper S. Hornstrup <[email protected]>
|
||||
|
||||
* Makefile: Correct dependencies.
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# $DEP_OBJECTS contain a list of object files that are checked for dependancies
|
||||
|
||||
ifneq ($(DEPENDENCIES),no)
|
||||
ifneq ($(MAKECMDGOALS),implib)
|
||||
|
||||
DEP_FILTERED := $(filter-out $(DEP_EXCLUDE_FILTER), $(DEP_OBJECTS:.o=.d))
|
||||
DEP_FILES := $(join $(dir $(DEP_FILTERED)), $(addprefix ., $(notdir $(DEP_FILTERED))))
|
||||
@@ -36,3 +37,4 @@ endif
|
||||
$(NASM_CMD) $(NFLAGS) -M $< | $(DEPENDS_PATH)$(SEP)depends$(EXE_POSTFIX) $(@D) $@
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user