diff options
Diffstat (limited to 'usr/src/lib/iconv_modules/ko')
-rw-r--r-- | usr/src/lib/iconv_modules/ko/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/iconv_modules/ko/Makefile.com | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/iconv_modules/ko/Makefile b/usr/src/lib/iconv_modules/ko/Makefile index eaa4f5a9f1..7930aa289f 100644 --- a/usr/src/lib/iconv_modules/ko/Makefile +++ b/usr/src/lib/iconv_modules/ko/Makefile @@ -32,12 +32,11 @@ all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber install := TARGET = install -lint := TARGET = lint echo := TARGET = echo .KEEP_STATE: -all clean clobber install lint echo: $(SUBDIRS) +all clean clobber install echo: $(SUBDIRS) .PARALLEL: $(SUBDIRS) diff --git a/usr/src/lib/iconv_modules/ko/Makefile.com b/usr/src/lib/iconv_modules/ko/Makefile.com index 2aea057571..5e18f19797 100644 --- a/usr/src/lib/iconv_modules/ko/Makefile.com +++ b/usr/src/lib/iconv_modules/ko/Makefile.com @@ -29,7 +29,6 @@ include $(SRC)/lib/iconv_modules/Makefile.iconv install := TARGET = install all := TARGET = all -lint := TARGET = lint clean := TARGET = clean clobber := TARGET = clobber |