depend is not a .PHONY target

This commit is contained in:
Brian Paul 2006-04-21 01:13:16 +00:00
parent a95dd106e3
commit ba999b1a3f

View file

@ -84,7 +84,6 @@ $(LIB_DIR)/$(LIBNAME): $(LIBNAME)
# Run 'make depend' to update the dependencies if you change
# what's included by any source file.
.PHONY: depend
depend: $(C_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
touch depend
$(MKDEP) $(MKDEP_OPTIONS) $(DRIVER_DEFINES) $(INCLUDES) $(C_SOURCES) \