diff options
| author | beck <> | 2000-04-15 06:18:51 +0000 |
|---|---|---|
| committer | beck <> | 2000-04-15 06:18:51 +0000 |
| commit | b608c7f2b175e121f2c22d53341a317153afdc8e (patch) | |
| tree | e94b160b3fcd8180df79e4251d68d24d665f0195 /src/lib/libcrypto/bf/Makefile.ssl | |
| parent | c8d6701c396cebdcd0d45eac73b762e9498f6b01 (diff) | |
| download | openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.gz openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.bz2 openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.zip | |
OpenSSL 0.9.5a merge
Diffstat (limited to 'src/lib/libcrypto/bf/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/bf/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bf/Makefile.ssl b/src/lib/libcrypto/bf/Makefile.ssl index 15f6a63987..cf2f7dd48e 100644 --- a/src/lib/libcrypto/bf/Makefile.ssl +++ b/src/lib/libcrypto/bf/Makefile.ssl | |||
| @@ -49,7 +49,7 @@ lib: $(LIBOBJ) | |||
| 49 | 49 | ||
| 50 | # elf | 50 | # elf |
| 51 | asm/bx86-elf.o: asm/bx86unix.cpp | 51 | asm/bx86-elf.o: asm/bx86unix.cpp |
| 52 | $(CPP) -DELF asm/bx86unix.cpp | as -o asm/bx86-elf.o | 52 | $(CPP) -DELF -x c asm/bx86unix.cpp | as -o asm/bx86-elf.o |
| 53 | 53 | ||
| 54 | # solaris | 54 | # solaris |
| 55 | asm/bx86-sol.o: asm/bx86unix.cpp | 55 | asm/bx86-sol.o: asm/bx86unix.cpp |
| @@ -65,7 +65,7 @@ asm/bx86-out.o: asm/bx86unix.cpp | |||
| 65 | asm/bx86bsdi.o: asm/bx86unix.cpp | 65 | asm/bx86bsdi.o: asm/bx86unix.cpp |
| 66 | $(CPP) -DBSDI asm/bx86unix.cpp | sed 's/ :/:/' | as -o asm/bx86bsdi.o | 66 | $(CPP) -DBSDI asm/bx86unix.cpp | sed 's/ :/:/' | as -o asm/bx86bsdi.o |
| 67 | 67 | ||
| 68 | asm/bx86unix.cpp: | 68 | asm/bx86unix.cpp: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl |
| 69 | (cd asm; $(PERL) bf-586.pl cpp $(PROCESSOR) >bx86unix.cpp) | 69 | (cd asm; $(PERL) bf-586.pl cpp $(PROCESSOR) >bx86unix.cpp) |
| 70 | 70 | ||
| 71 | files: | 71 | files: |
