From: Ralf S. Engelschall Date: Thu, 4 Mar 1999 07:47:27 +0000 (+0000) Subject: Don't install bss_file.c under PREFIX/include/. It was introduced by Eric X-Git-Tag: OpenSSL_0_9_2b~92 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8d697db1d0ae899bbc315007d7b631cd12395196 Don't install bss_file.c under PREFIX/include/. It was introduced by Eric between SSLeay 0.8 and 0.9 and just looks useless and confusing. Pointed out by: Lennart Bong Submitted by: Ralf S. Engelschall --- diff --git a/CHANGES b/CHANGES index 7387f3272e..087a38b382 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes between 0.9.1c and 0.9.2 + *) Don't install bss_file.c under PREFIX/include/ + [Lennart Bong ] + *) Get the Win32 compile working again. Modify mkdef.pl so it can handle functions that return function pointers and has support for NT specific stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl index 1262b07fdc..793ffc280a 100644 --- a/crypto/bio/Makefile.ssl +++ b/crypto/bio/Makefile.ssl @@ -35,7 +35,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \ SRC= $(LIBSRC) -EXHEADER= bio.h bss_file.c +EXHEADER= bio.h HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) @@ -61,7 +61,7 @@ links: $(TOP)/util/mklink.sh ../../apps $(APPS) install: - @for i in $(EXHEADER) bss_file.c ; \ + @for i in $(EXHEADER); \ do \ (cp $$i $(INSTALLTOP)/include/$$i; \ chmod 644 $(INSTALLTOP)/include/$$i ); \