diff options
| author | djm <> | 2009-01-09 12:14:08 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:08 +0000 |
| commit | c577284ff511d84dc9cbfc813490545b0721e2f8 (patch) | |
| tree | 07f3f0e4c0127646f27f4d510b151e730f456110 /src/lib/libcrypto/camellia | |
| parent | b25b0958076285fd5cd47f8dd32af045840df707 (diff) | |
| parent | fdf9113d3582e152f49094152c69cf4fc2313cea (diff) | |
| download | openbsd-c577284ff511d84dc9cbfc813490545b0721e2f8.tar.gz openbsd-c577284ff511d84dc9cbfc813490545b0721e2f8.tar.bz2 openbsd-c577284ff511d84dc9cbfc813490545b0721e2f8.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/camellia')
| -rw-r--r-- | src/lib/libcrypto/camellia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/camellia/Makefile b/src/lib/libcrypto/camellia/Makefile index 1579de5ce5..dfb12951fd 100644 --- a/src/lib/libcrypto/camellia/Makefile +++ b/src/lib/libcrypto/camellia/Makefile | |||
| @@ -41,7 +41,7 @@ top: | |||
| 41 | all: lib | 41 | all: lib |
| 42 | 42 | ||
| 43 | lib: $(LIBOBJ) | 43 | lib: $(LIBOBJ) |
| 44 | $(AR) $(LIB) $(LIBOBJ) | 44 | $(ARX) $(LIB) $(LIBOBJ) |
| 45 | $(RANLIB) $(LIB) || echo Never mind. | 45 | $(RANLIB) $(LIB) || echo Never mind. |
| 46 | @touch lib | 46 | @touch lib |
| 47 | 47 | ||
