Browse Source

Keep major number in sync with the toplevel makefile

Eric Andersen 23 years ago
parent
commit
739ce2f15d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      libcrypt/.cvsignore
  2. 1 1
      libcrypt/Makefile

+ 1 - 0
libcrypt/.cvsignore

@@ -0,0 +1 @@
+libcrypt.so*

+ 1 - 1
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