diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-04-27 19:31:14 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-04-27 20:20:40 +0000 |
commit | 933b08887aa05e6cd9c8fa845b60319533d2b88d (patch) | |
tree | f3db97cb879c2779ed2d6e0518f6083ed1a4541e /usr/src/tools | |
parent | 33913a2e553289d3cb6f7cfb9466cc3f808c9521 (diff) | |
download | illumos-joyent-933b08887aa05e6cd9c8fa845b60319533d2b88d.tar.gz |
OS-2178 cscope-fast clobber misses scanner.c
OS-2115 /etc/resolv.conf only handles a fixed number of DNS resolvers (fix debug)
Diffstat (limited to 'usr/src/tools')
-rw-r--r-- | usr/src/tools/cscope-fast/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/tools/cscope-fast/Makefile b/usr/src/tools/cscope-fast/Makefile index 6a2270bbed..0237a6e9e9 100644 --- a/usr/src/tools/cscope-fast/Makefile +++ b/usr/src/tools/cscope-fast/Makefile @@ -34,6 +34,7 @@ OBJS= main.o dir.o crossref.o scanner.o lookup.o command.o display.o \ vpaccess.o vpfopen.o vpinit.o vpopen.o vpstat.o SRCS= $(OBJS:%.o=%.c) CLEANFILES += $(OBJS) +CLOBBERFILES += scanner.c TMPDIR= /tmp include ../Makefile.tools |