mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
Try to fix infinite loop in "make depends"
svn path=/trunk/; revision=28574
This commit is contained in:
parent
dec7775361
commit
149ea4f5f4
|
@ -624,6 +624,6 @@ makefile_auto_clean:
|
||||||
clean: makefile_auto_clean
|
clean: makefile_auto_clean
|
||||||
|
|
||||||
.PHONY: depends
|
.PHONY: depends
|
||||||
depends:
|
depends: $(RBUILD_TARGET)
|
||||||
@-$(rm) $(ROS_AUTOMAKE)
|
$(ECHO_RBUILD)
|
||||||
@$(MAKE) $(filter-out depends, $(MAKECMDGOALS))
|
$(Q)$(RBUILD_TARGET) $(RBUILD_FLAGS) $(ROS_RBUILDFLAGS) mingw
|
||||||
|
|
Loading…
Reference in a new issue