summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-23 16:49:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-23 16:49:13 +0000
commit20b457a17522228d920a9e979937188e88a0b898 (patch)
treed58b8988de8ff163ec92fb4cc7011aa656aa1554
parentChanged date. (diff)
downloadrtems-20b457a17522228d920a9e979937188e88a0b898.tar.bz2
Fixed Makefile to avoid copying the file to a new name.
-rw-r--r--doc/posix_users/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/posix_users/Makefile b/doc/posix_users/Makefile
index a1eab75fda..8c12928829 100644
--- a/doc/posix_users/Makefile
+++ b/doc/posix_users/Makefile
@@ -46,7 +46,6 @@ $(PROJECT).ps: $(PROJECT).dvi
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) posix_users.texi
- mv posix_users.dvi $(PROJECT).dvi
html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)