summaryrefslogtreecommitdiffstats
path: root/gnu/lib/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-03 22:52:35 +0000
committerobrien <obrien@FreeBSD.org>1999-04-03 22:52:35 +0000
commit63cec2dc3993cc26f419353694f7fb18079e4a7b (patch)
treea567132d4e9709998cfe124b69cb067999c921ce /gnu/lib/Makefile.inc
parenta20d0ad0922e7d2b340b23936cd45ac02dea0a42 (diff)
downloadFreeBSD-src-63cec2dc3993cc26f419353694f7fb18079e4a7b.zip
FreeBSD-src-63cec2dc3993cc26f419353694f7fb18079e4a7b.tar.gz
Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.
Since we aren't keeping all the GNU libs at the same versions, this is useless and causes us to build a shared libgcc, which we don't want to do.
Diffstat (limited to 'gnu/lib/Makefile.inc')
-rw-r--r--gnu/lib/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/lib/Makefile.inc b/gnu/lib/Makefile.inc
deleted file mode 100644
index 12f592c..0000000
--- a/gnu/lib/Makefile.inc
+++ /dev/null
@@ -1,8 +0,0 @@
-# $Id$
-
-SHLIB_MAJOR?= 2
-SHLIB_MINOR?= 0
-
-
-# NB: SHLIB major and minor nos. must also be specified in libg++/Makefile.inc
-# (This is due to the deeper tree structure of libg++)
OpenPOWER on IntegriCloud