summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdll/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libdll/i386/Makefile')
-rw-r--r--usr/src/lib/libdll/i386/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/lib/libdll/i386/Makefile b/usr/src/lib/libdll/i386/Makefile
index 8577dbfcc9..8ba7064a6b 100644
--- a/usr/src/lib/libdll/i386/Makefile
+++ b/usr/src/lib/libdll/i386/Makefile
@@ -25,12 +25,9 @@
# ident "%Z%%M% %I% %E% SMI"
#
-# Fetch minor version from RELEASE, e.g. "10" for "5.10", "11" for "5.11" etc.
-GETRELEASEMINOR = /usr/bin/ksh -c 'x=$(RELEASE) ; print "$${x$(POUND_SIGN)$(POUND_SIGN)*.}"'
-
# Platform-specific config
# Note that "HOSTTYPE" matches the value used by AT&T upstream.
-DLLPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(GETRELEASEMINOR:sh).i386"'
+DLLPLATFORMCPPFLAGS = '-DHOSTTYPE="sol$(RELEASE_MINOR).i386"'
include ../Makefile.com