From 8e9a3ba58dbd268e02b72f48a6d4176ac0291e63 Mon Sep 17 00:00:00 2001 From: Sebastien Tandel Date: Thu, 17 May 2007 18:02:22 +0000 Subject: Since code generated by lex may trigger gcc warnings, we are now generating two libraries. A single library is generated with the lex code without the barrier "stop on warning". An other library is generated from the remaining source files with the "stop on warning" barrier. svn path=/trunk/; revision=21817 --- wiretap/Makefile.common | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'wiretap/Makefile.common') diff --git a/wiretap/Makefile.common b/wiretap/Makefile.common index 22a919aa32..a988d22af2 100644 --- a/wiretap/Makefile.common +++ b/wiretap/Makefile.common @@ -110,16 +110,10 @@ NONGENERATED_HEADER_FILES = \ wtap-capture.h \ wtap-int.h -# Files that generate compileable files -GENERATOR_SOURCES = \ - ascend-grammar.y \ - ascend-scanner.l \ - k12text.l - # The C source files they generate. GENERATED_C_FILES = \ ascend-grammar.c \ - ascend-scanner.c \ + ascend-scanner.c \ k12text.c # The header files that they generate. -- cgit v1.2.1