12 lines
271 B
Text
12 lines
271 B
Text
Index: lib/abyss/src/Makefile
|
|
--- lib/abyss/src/Makefile.orig
|
|
+++ lib/abyss/src/Makefile
|
|
@@ -51,7 +51,7 @@ TARGET_MODS = \
|
|
trace \
|
|
|
|
OMIT_ABYSS_LIB_RULE = Y
|
|
-MAJ=3
|
|
+MAJ=$(LIB_MAJ)
|
|
# Major number of shared libraries in this directory
|
|
|
|
include $(SRCDIR)/common.mk
|