summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-03-30 12:43:27 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-03-30 12:43:27 +0000
commit3467ebcd58b7fe0a7c67406a9acc62640433f00d (patch)
tree54bf375b4e011ea83fa04d2a564568cae30c78a8
parentdf171430f10ce038fbeeb202ac418026cea3c67f (diff)
downloadlibapr-3467ebcd58b7fe0a7c67406a9acc62640433f00d.tar.gz
Fix comment in Windows Makefile.
Backport of r1462738 from trunk resp. r1462739 from 1.5.x. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1462740 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index d2090f3f8..5f9c3133f 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -25,7 +25,7 @@
#
# For example;
#
-# nmake -f Makefile.win PREFIX=C:\APR buildall checkall installall clean
+# nmake -f Makefile.win PREFIX=C:\APR buildall checkall install clean
#
!IF EXIST("apr.sln") && ([devenv /help > NUL 2>&1] == 0) \