summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-03-10 23:18:37 +0000
committerAndré Malo <nd@apache.org>2003-03-10 23:18:37 +0000
commit69a71265ecc5c4187c1796103045df0035cd0953 (patch)
treedbddfdc7ed4c02fc0168f1633227e7354a7ba967 /Makefile.win
parent8832de16da69cf5fd530919bff14ba977f597ac0 (diff)
downloadhttpd-69a71265ecc5c4187c1796103045df0035cd0953.tar.gz
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
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 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"