summaryrefslogtreecommitdiffstats
path: root/crypto/ui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/Makefile')
-rw-r--r--crypto/ui/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/crypto/ui/Makefile b/crypto/ui/Makefile
index a685659fb4..f0376a37ba 100644
--- a/crypto/ui/Makefile
+++ b/crypto/ui/Makefile
@@ -17,16 +17,13 @@ GENERAL=Makefile
TEST=
APPS=
-COMPATSRC= ui_compat.c
-COMPATOBJ= ui_compat.o
-
LIB=$(TOP)/libcrypto.a
-LIBSRC= ui_err.c ui_lib.c ui_openssl.c ui_util.c $(COMPATSRC)
-LIBOBJ= ui_err.o ui_lib.o ui_openssl.o ui_util.o $(COMPATOBJ)
+LIBSRC= ui_err.c ui_lib.c ui_openssl.c ui_util.c
+LIBOBJ= ui_err.o ui_lib.o ui_openssl.o ui_util.o
SRC= $(LIBSRC)
-EXHEADER= ui.h ui_compat.h
+EXHEADER= ui.h
HEADER= $(EXHEADER) ui_locl.h
ALL= $(GENERAL) $(SRC) $(HEADER)
@@ -78,10 +75,6 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-ui_compat.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
-ui_compat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
-ui_compat.o: ../../include/openssl/stack.h ../../include/openssl/ui.h
-ui_compat.o: ../../include/openssl/ui_compat.h ui_compat.c
ui_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
ui_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
ui_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h