diff options
Diffstat (limited to 'usr/src/lib/libpool/Makefile')
-rw-r--r-- | usr/src/lib/libpool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libpool/Makefile b/usr/src/lib/libpool/Makefile index 83e995e15e..e846e65642 100644 --- a/usr/src/lib/libpool/Makefile +++ b/usr/src/lib/libpool/Makefile @@ -34,7 +34,6 @@ clobber := TARGET = clobber debug := TARGET = debug delete := TARGET = delete install := TARGET = install -lint := TARGET = lint # # Definitions for header files @@ -69,7 +68,7 @@ $(XMLDIR)/%: % .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(POFILE): pofile_MSGFILES |