Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap Makefile.am

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: Wed, 29 Mar 2000 13:55:59 -0600 (CST)
guy         2000/03/29 13:55:55 CST

  Modified files:
    wiretap              Makefile.am 
  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.27      +2 -2      ethereal/wiretap/Makefile.am