aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake8
1 files changed, 5 insertions, 3 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index b2c9e4247b..a036c44b2c 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -42,13 +42,15 @@ wiretap-$(WTAP_VERSION).dll : $(OBJECTS) wtap.def ..\image\wiretap.res
RUNLEX = ..\tools\runlex.sh
+k12text_lex.h : k12text.c
+k12text.obj : k12text.c
+ $(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?
+
ascend_scanner_lex.h : ascend_scanner.c
ascend_scanner.obj : ascend_scanner.c ascend.h
$(CC) $(GENERATED_CFLAGS) -Fd.\ -c ascend_scanner.c
-k12text_lex.h : k12text.c
-k12text.obj : k12text.c
- $(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?
+ascend_scanner.c : ascend.h
ascend.c ascend.h : ascend.y
$(YACC) $(YACC_OPTS) -d -p ascend ascend.y -o ascend.c