From b8ca75667c5710ea43911d8eee994730a00d8eaa Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 26 Apr 2010 16:12:43 -0700 Subject: GNUmakefile: avoid FS namespace conflict 'tmp' may be a directory when using rake-compiler (or isolate), so avoid naming a file 'tmp' --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 5c5b030..735f5ee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -187,7 +187,7 @@ doc: .document $(ext)/unicorn_http.c NEWS ChangeLog install -m644 $(man1_paths) doc/ cd doc && for i in $(base_bins); do \ sed -e '/"documentation">/r man1/'$$i'.1.html' \ - < $${i}_1.html > tmp && mv tmp $${i}_1.html; done + < $${i}_1.html > tmp.html && mv tmp.html $${i}_1.html; done $(RUBY) -i -p -e \ '$$_.gsub!("",%q{\&$(call atom,$(cgit_atom))})' \ doc/ChangeLog.html -- cgit v1.2.3-24-ge0c7