Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap 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:19:53 -0500 (CDT)
guy         2000/04/06 01:19:48 CDT

  Modified files:
    wiretap              Makefile.nmake 
  Log:
  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.10      +1 -1      ethereal/wiretap/Makefile.nmake