diff options
Diffstat (limited to 'usr/src/lib/libvscan/Makefile')
-rw-r--r-- | usr/src/lib/libvscan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libvscan/Makefile b/usr/src/lib/libvscan/Makefile index 1cae18ed12..bfa26a2f04 100644 --- a/usr/src/lib/libvscan/Makefile +++ b/usr/src/lib/libvscan/Makefile @@ -35,14 +35,13 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint POFILE = libvscan.po MSGFILES = common/libvscan.c .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(POFILE): $(MSGFILES) $(BUILDPO.msgfiles) |