Skip to content

Commit

Permalink
Merge pull request the-tcpdump-group#561 from alfredoalvarezfernandez…
Browse files Browse the repository at this point in the history
…/master

Makefile.in: Fix missing dependency
  • Loading branch information
guyharris authored Feb 21, 2017
2 parents bfb7a18 + 0dd90a6 commit 2c895cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ grammar.h: grammar.c
$(MAKE) $(MAKEFLAGS) grammar.c; \
fi

grammar.o: grammar.c
grammar.o: grammar.c scanner.h
$(CC) $(FULL_CFLAGS) -c grammar.c

gencode.o: $(srcdir)/gencode.c grammar.h scanner.h
Expand Down

0 comments on commit 2c895cb

Please sign in to comment.