dect
/
libpcap
Archived
13
0
Fork 0

Remove "stamp-h" and "stamp-h.in" on a "make distclean", as is done for

tcpdump.
This commit is contained in:
guy 2000-12-23 20:06:15 +00:00
parent 7574015989
commit 042a2010bb
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.86 2000-12-22 11:54:48 guy Exp $ (LBL)
# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.87 2000-12-23 20:06:15 guy Exp $ (LBL)
#
# Various configurable paths (remember to edit Makefile.in, not Makefile)
@ -164,7 +164,7 @@ clean:
distclean:
rm -f $(CLEANFILES) Makefile config.cache config.log config.status \
config.h gnuc.h os-proto.h net bpf_filter.c
config.h gnuc.h os-proto.h net bpf_filter.c stamp-h stamp-h.in
tags: $(TAGFILES)
ctags -wtd $(TAGFILES)