summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-03-11 00:18:37 +0100
committerAndré Malo <nd@apache.org>2003-03-11 00:18:37 +0100
commit69a71265ecc5c4187c1796103045df0035cd0953 (patch)
treedbddfdc7ed4c02fc0168f1633227e7354a7ba967
parentfix xml errors and build the stuff (diff)
downloadapache2-69a71265ecc5c4187c1796103045df0035cd0953.tar.xz
apache2-69a71265ecc5c4187c1796103045df0035cd0953.zip
the symbols target in apr-iconv disappeared...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98963 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 3bad75399f..b5f82d6bfb 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -580,7 +580,7 @@ BEGIN {
inst_so="$(INSTDIR)\symbols\so"
!ENDIF
cd srclib\apr-iconv
- $(MAKE) $(MAKEOPT) -f build\modules.mk.win install symbols \
+ $(MAKE) $(MAKEOPT) -f build\modules.mk.win install \
BUILD_MODE=$(LONG) BIND_MODE=shared API_SOURCE=. \
INSTALL_DIR="$(INSTDIR)\bin\iconv" \
SYMBOLS_DIR="$(INSTDIR)\symbols"