diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-10-23 12:41:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-10-23 12:41:31 +0000 |
commit | b7528aba770ed46f94b7973b9166e8391b0ecd16 (patch) | |
tree | 9afb173abe6a46b6ba2a621d1afaddeaf279d458 /openssl | |
parent | 7cd3b5d383703024f00086f354ae081ca7651d9c (diff) |
This module is 'openssl', so set PRJNAME accordingly.
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index b814b67dec9c..a4540b9b5130 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: tkr $ $Date: 2007-10-19 13:45:53 $ +# last change: $Author: rt $ $Date: 2007-10-23 13:41:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,8 +35,8 @@ PRJ=. -PRJNAME=so_openssl -TARGET=so_openssl +PRJNAME=openssl +TARGET=openssl # --- Settings ----------------------------------------------------- |