mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Try to fix infinite loop in "make depends"
svn path=/trunk/; revision=28574
This commit is contained in:
+3
-3
@@ -624,6 +624,6 @@ makefile_auto_clean:
|
||||
clean: makefile_auto_clean
|
||||
|
||||
.PHONY: depends
|
||||
depends:
|
||||
@-$(rm) $(ROS_AUTOMAKE)
|
||||
@$(MAKE) $(filter-out depends, $(MAKECMDGOALS))
|
||||
depends: $(RBUILD_TARGET)
|
||||
$(ECHO_RBUILD)
|
||||
$(Q)$(RBUILD_TARGET) $(RBUILD_FLAGS) $(ROS_RBUILDFLAGS) mingw
|
||||
|
||||
Reference in New Issue
Block a user