diff options
| author | markus <> | 2004-04-08 08:03:15 +0000 |
|---|---|---|
| committer | markus <> | 2004-04-08 08:03:15 +0000 |
| commit | 40d673554117d24c9f46be721235d3e302c06e04 (patch) | |
| tree | 341e7f38b840f3e503afb6e471123c0f2ba082c3 /src/lib/libcrypto/Makefile.ssl | |
| parent | cbf88de39286be06cd20e0c65b6cb7633dce25a5 (diff) | |
| download | openbsd-40d673554117d24c9f46be721235d3e302c06e04.tar.gz openbsd-40d673554117d24c9f46be721235d3e302c06e04.tar.bz2 openbsd-40d673554117d24c9f46be721235d3e302c06e04.zip | |
merge 0.9.7d
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 3071e3cb86..b9951a4600 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
| @@ -50,7 +50,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER) | |||
| 50 | top: | 50 | top: |
| 51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) | 51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) |
| 52 | 52 | ||
| 53 | all: buildinf.h lib subdirs shared | 53 | all: shared |
| 54 | 54 | ||
| 55 | buildinf.h: ../Makefile.ssl | 55 | buildinf.h: ../Makefile.ssl |
| 56 | ( echo "#ifndef MK1MF_BUILD"; \ | 56 | ( echo "#ifndef MK1MF_BUILD"; \ |
| @@ -96,7 +96,7 @@ lib: $(LIBOBJ) | |||
| 96 | $(RANLIB) $(LIB) || echo Never mind. | 96 | $(RANLIB) $(LIB) || echo Never mind. |
| 97 | @touch lib | 97 | @touch lib |
| 98 | 98 | ||
| 99 | shared: | 99 | shared: buildinf.h lib subdirs |
| 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 |
