summaryrefslogtreecommitdiff
blob: 98c5ed87d3f7d261fe27b8f1be578041ae56e799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ur a/Makefile.in b/Makefile.in
--- a/Makefile.in	2009-05-17 15:10:24.000000000 -0500
+++ b/Makefile.in	2009-05-17 15:12:33.000000000 -0500
@@ -72,6 +72,10 @@
 
 all: $(OBJECTS)
 
+nfreplay.o: grammar.h
+
+nftree.o: grammar.h
+
 nfcapd:	$(NFCAPD_OBJ)
 	$(CC) $(CFLAGS) -o $@ $(NFCAPD_OBJ) $(LDFLAGS) $(LIBS)