diff options
-rw-r--r-- | tools/depends/target/libcrystalhd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libcrystalhd/Makefile b/tools/depends/target/libcrystalhd/Makefile index ace21bf07e..fa3d44356b 100644 --- a/tools/depends/target/libcrystalhd/Makefile +++ b/tools/depends/target/libcrystalhd/Makefile @@ -12,4 +12,4 @@ all: .installed-$(PLATFORM) clean: distclean:: - .installed-$(PLATFORM) + rm -f .installed-$(PLATFORM) |