summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-03-27 21:22:16 -0400
committerEd Maste <emaste@FreeBSD.org>2023-03-27 21:22:16 -0400
commit244080f5f9d4f17340041d1f5a3efd278ff08d7b (patch)
tree9288683db88a9c25a262d5228608b27e8d788599
parent63d8de555ce4b3bc7b84f82545c559087c52304c (diff)
downloadlibpcap-244080f5f9d4f17340041d1f5a3efd278ff08d7b.tar.gz
Correct copy-pasteo on Makefile comment about grammar.y.in
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 736aebda..e4d14ea6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -522,7 +522,7 @@ scanner.o: scanner.c grammar.h
#
# and this is an explicit target entry.
#
-# Therefore, instead of using $<, we explicitly put in $(srcdir)/libpcap.pc.in.
+# Therefore, instead of using $<, we explicitly put in $(srcdir)/grammar.y.in.
#
grammar.y: $(srcdir)/grammar.y.in ./config.status
@rm -f $@ $@.tmp