summaryrefslogtreecommitdiff
path: root/usr/src/lib/liblm
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/liblm')
-rw-r--r--usr/src/lib/liblm/Makefile5
-rw-r--r--usr/src/lib/liblm/Makefile.com3
2 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/lib/liblm/Makefile b/usr/src/lib/liblm/Makefile
index 5271fa9189..f4d4e770ca 100644
--- a/usr/src/lib/liblm/Makefile
+++ b/usr/src/lib/liblm/Makefile
@@ -34,11 +34,10 @@ clean := TARGET= clean
clobber := TARGET= clobber
delete := TARGET= delete
install := TARGET= install
-lint := TARGET= lint
_msg := TARGET= _msg
package := TARGET= package
-LIBRARY= liblm.a
+LIBRARY= liblm.a
TEXT_DOMAIN= SUNW_OST_OSLIB
XGETFLAGS= -a
POFILE= $(LIBRARY:.a=.po)
@@ -49,7 +48,7 @@ GREP= grep
.KEEP_STATE:
-all clean clobber delete install lint package: $(SUBDIRS)
+all clean clobber delete install package: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/liblm/Makefile.com b/usr/src/lib/liblm/Makefile.com
index 2dd2f08bb7..1aa0de3b96 100644
--- a/usr/src/lib/liblm/Makefile.com
+++ b/usr/src/lib/liblm/Makefile.com
@@ -22,8 +22,6 @@
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
LIBRARY= liblm.a
VERS= .1
@@ -46,7 +44,6 @@ LDLIBS += -lc
all: $(LIBS)
-lint: lintcheck
# include library targets
include ../../Makefile.targ