aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/Makefile.inc
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-05-28 09:56:30 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-05-28 09:56:30 +0000
commitcd9681ffd100f342c797e1182c382082221102f0 (patch)
treef1b256201476f10b0f88669474826466785dee76 /gnu/lib/Makefile.inc
parentee9183faff3e9c741e4ab6c0a39850000ad9053a (diff)
Notes
Diffstat (limited to 'gnu/lib/Makefile.inc')
-rw-r--r--gnu/lib/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/Makefile.inc b/gnu/lib/Makefile.inc
index dff93694b971..f27169980278 100644
--- a/gnu/lib/Makefile.inc
+++ b/gnu/lib/Makefile.inc
@@ -1,4 +1,8 @@
-# $Id: Makefile.inc,v 1.1 1994/01/30 01:03:16 rgrimes Exp $
+# $Id: Makefile.inc,v 1.2 1994/05/26 08:17:25 csgr Exp $
SHLIB_MAJOR?= 1
SHLIB_MINOR?= 1
+
+
+# NB: SHLIB major and minor nos. must also be specified in libg++/Makefile.inc
+# (This is due to the deeper tree structure of libg++)