diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-10-06 09:40:00 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-10-06 09:40:00 +0000 |
commit | bb0a30a9bf77c2129c83a427ae5ef8903e856104 (patch) | |
tree | 584d233637e3ab472f5c3a14bf0f13185ccbc6e5 /ghc.mk | |
parent | b5384cdf7f1d0e6c326bb939b85acd137b0a589b (diff) | |
download | haskell-bb0a30a9bf77c2129c83a427ae5ef8903e856104.tar.gz |
Add ".PRECIOUS: %/."
To quiet those warnings from make about not being able to delete
directories.
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -405,6 +405,9 @@ endif # ----------------------------------------------------------------------------- # Directories +# Don't try to delete directories: +.PRECIOUS: %/. + %/. : $(MKDIRHIER) "$(MKDIRHIER)" $@ |