summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-03-30 12:41:13 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-03-30 12:41:13 +0000
commitd928fcaab1bb3f757c0c0239d91eef36748f31c0 (patch)
tree04e05694637d25d21760d5005ded7dc7dcf74fb7 /Makefile.win
parentb0c7754344028a4778446ff77a7c5bba20e6a247 (diff)
downloadlibapr-d928fcaab1bb3f757c0c0239d91eef36748f31c0.tar.gz
Fix comment in Windows Makefile.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1462738 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win
index 875519f15..302b9f921 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -23,7 +23,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) \