diff options
author | davilla <davilla@4pi.com> | 2013-04-10 21:09:40 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2013-04-10 21:10:06 -0400 |
commit | 5419971ef077c3beeeef3d498ad4ec0b7466887c (patch) | |
tree | b87354c87717a73ee6f0eeb1fd930ddaf9f60a3b /tools | |
parent | eff81e8c5c32ae94855f07d1ab1856b47c5d8a5c (diff) |
fixed, missing rm
Diffstat (limited to 'tools')
-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) |