Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.nmake

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 6 Apr 2000 01:18:56 -0500 (CDT)
guy         2000/04/06 01:18:53 CDT

  Modified files:
    .                    Makefile.nmake 
  Log:
  Fix a typo in the rules to make "dfilter-grammar.c" and
  "dfilter-grammar.h".
  
  Use the "-o" flag, rather than using the "-t" flag and redirecting the
  standard output, in the rules to get Flex to produce scanner code; that
  way, if Flex fails to run for some reason, we don't leave around a
  zero-length or otherwise incorrect "XXX-scanner.c" file that might
  keep a subsequent make from thinking it has to generate that file.
  
  Revision  Changes    Path
  1.23      +2 -2      ethereal/Makefile.nmake