aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-06-04 12:27:09 +0000
committerBill Meier <wmeier@newsguy.com>2009-06-04 12:27:09 +0000
commit67c1595232ad45406324310ca1b75fa0f4a30517 (patch)
tree7e362217ff973f54c2165b1294c720153d799314 /wiretap
parent99a105954f22841ab499251dd18d7a2ad8011613 (diff)
Fix Windows build warning:
cl : Command line warning D9024 : unrecognized source file type 'ascend-grammar.h', object file assumed cl : Command line warning D9027 : source file 'ascend-grammar.h' ignored svn path=/trunk/; revision=28635
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index bacda61b17..9d111a09f1 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -43,7 +43,7 @@ RUNLEX = ..\tools\runlex.sh
ascend-scanner_lex.h : ascend-scanner.c
ascend-scanner.obj : ascend-scanner.c ascend-grammar.h
- $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) -Fd.\ -c $?
+ $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) -Fd.\ -c ascend-scanner.c
k12text_lex.h : k12text.c
k12text.obj : k12text.c