From 739ce2f15daa305794e3abf25e8bc92f798547f0 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Thu, 26 Apr 2001 16:05:36 +0000
Subject: Keep major number in sync with the toplevel makefile

---
 libcrypt/.cvsignore | 1 +
 libcrypt/Makefile   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 libcrypt/.cvsignore

(limited to 'libcrypt')

diff --git a/libcrypt/.cvsignore b/libcrypt/.cvsignore
new file mode 100644
index 000000000..c0afcce0b
--- /dev/null
+++ b/libcrypt/.cvsignore
@@ -0,0 +1 @@
+libcrypt.so*
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