From 739ce2f15daa305794e3abf25e8bc92f798547f0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Apr 2001 16:05:36 +0000 Subject: Keep major number in sync with the toplevel makefile --- libcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrypt/Makefile') diff --git a/libcrypt/Makefile b/libcrypt/Makefile index 527f68966..904d674ab 100644 --- a/libcrypt/Makefile +++ b/libcrypt/Makefile @@ -23,7 +23,7 @@ TOPDIR=../ include $(TOPDIR)Rules.mak LIBCRYPT=libcrypt.a -SHARED_NAME=libcrypt.so.1 +SHARED_NAME=libcrypt.so.$(MAJOR_VERSION) TARGET_CC= ../extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc CSRC = crypt.c des.c md5.c -- cgit v1.2.3