diff options
author | André Malo <nd@apache.org> | 2003-03-11 00:18:37 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2003-03-11 00:18:37 +0100 |
commit | 69a71265ecc5c4187c1796103045df0035cd0953 (patch) | |
tree | dbddfdc7ed4c02fc0168f1633227e7354a7ba967 | |
parent | fix xml errors and build the stuff (diff) | |
download | apache2-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.win | 2 |
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" |