aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-09-10 17:47:02 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-09-10 17:47:02 +0000
commit022d9e23c5bfe83b82753835fd7a31f4758311ec (patch)
treeac9a27e3dd020deece870a75a1eb30313203a1db
parent96326c0b8617db336cb85d122b1e1e5a00644f2b (diff)
nmake does not have the $^ macro
svn path=/trunk/; revision=15746
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index a6f05223ee..6a2beef063 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -165,5 +165,5 @@ dtd_grammar.h: dtd_grammar.c
LEMON=../tools/lemon
dtd_grammar.c: dtd_grammar.lemon
- $(LEMON)/lemon t=$(srcdir)/$(LEMON)/lempar.c $^
+ $(LEMON)/lemon t=$(srcdir)/$(LEMON)/lempar.c dtd_grammar.lemon