diff options
| author | markus <> | 2002-09-14 11:18:04 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-14 11:18:04 +0000 |
| commit | 3a3a489a756f2852d798376f20cc0d4ab609c866 (patch) | |
| tree | 2a4277fc9b7635e82c33faa3bae9f9380bc639e8 /src/lib/libcrypto/Makefile.ssl | |
| parent | 82d2611e1bb67683df1bb201dcc2afbff4c76980 (diff) | |
| download | openbsd-3a3a489a756f2852d798376f20cc0d4ab609c866.tar.gz openbsd-3a3a489a756f2852d798376f20cc0d4ab609c866.tar.bz2 openbsd-3a3a489a756f2852d798376f20cc0d4ab609c866.zip | |
merge with openssl-0.9.7-stable-SNAP-20020911,
new minor for libcrypto (_X509_REQ_print_ex)
tested by miod@, pb@
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 2489b614c6..db8baf385e 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
| @@ -98,7 +98,7 @@ lib: $(LIBOBJ) | |||
| 98 | 98 | ||
| 99 | shared: | 99 | shared: |
| 100 | if [ -n "$(SHARED_LIBS)" ]; then \ | 100 | if [ -n "$(SHARED_LIBS)" ]; then \ |
| 101 | (cd ..; make $(SHARED_LIB)); \ | 101 | (cd ..; $(MAKE) $(SHARED_LIB)); \ |
| 102 | fi | 102 | fi |
| 103 | 103 | ||
| 104 | libs: | 104 | libs: |
