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 | 2a4914a4f763751bdb2a5e8d8f8899e8e20f5431 (patch) | |
tree | cbd0c2fa8acf41f9ca70cca09284a10e27612752 /openssl/makefile.mk | |
parent | 4c49928622aa41a9913c261aa4e37ac64ce19ed3 (diff) |
This module is 'openssl', so set PRJNAME accordingly.
Diffstat (limited to 'openssl/makefile.mk')
-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 b814b67..a4540b9 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 ----------------------------------------------------- |