Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/rtnet 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@xxxxxxxxxxxxxxxxx>
Date: Fri, 10 Oct 2003 16:31:52 -0500 (CDT)
guy         2003/10/10 16:31:52 CDT

  Modified files:
    plugins/rtnet        Makefile.nmake 
  Log:
  Give every Makefile.nmake file a "distclean" rule, and have "distclean"
  recurse into subdirectories doing "nmake -f Makefile.nmake distclean".
  
  Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean"
  doesn't remove (such as Flex/Bison output and config.h files) - and have
  "nmake -f Makefile.nmake distclean" remove stuff that "make distclean"
  removes, including "tethereal-tap-register.c" and
  "ethereal-tap-register.c".
  
  Revision  Changes    Path
  1.5       +3 -1      ethereal/plugins/rtnet/Makefile.nmake