Skip to content

Commit f14d665

Browse files
committed
the new make targets are phony
1 parent 4f95aa9 commit f14d665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif
6161

6262
# Delete the default suffix rules
6363
.SUFFIXES:
64-
.PHONY: default userspace modules clean modclean depclean install python pythonclean cscope cscopeclean
64+
.PHONY: default build-software userspace modules clean modclean depclean install install-software install-docs python pythonclean cscope cscopeclean
6565

6666
# A "trivial build" is one which should not include dependency information
6767
# either because it should be usable before dependency information can be

0 commit comments

Comments
 (0)