Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal config.nmake 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@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 1 Nov 2002 04:01:22 -0600 (CST)
guy         2002/11/01 04:01:22 CST

  Modified files:
    .                    config.nmake Makefile.nmake 
  Log:
  Cygwin doesn't necessarily come with an "sh.exe", so use "$(SH)" rather
  than "sh" to run a Bourne-compatible shell in "Makefile.nmake", and
  define "SH" to be "bash" in "config.nmake".
  
  Revision  Changes    Path
  1.32      +2 -1      ethereal/config.nmake
  1.251     +3 -3      ethereal/Makefile.nmake