Makefiles: Remove .PRECIOUS if Makefile doesn't touch libapps.

This commit is contained in:
Xiang Xiao 2019-10-01 11:48:55 -06:00 committed by Gregory Nutt
parent 18bd9acd3d
commit 9a27d4a697
26 changed files with 0 additions and 26 deletions

View file

@ -37,7 +37,6 @@
all:
.PHONY: clean distclean
.PRECIOUS: ../../libapps$(LIBEXT)
# Clean Targets: