Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal make-reg-dotc 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: Tue, 26 Oct 1999 20:46:18 -0500 (CDT)
guy         1999/10/26 20:46:16 CDT

  Modified files:
    .                    Makefile.am 
  Added files:
    .                    make-reg-dotc 
  Log:
  For some unknown reason, having a big "for" loop in the Makefile to scan
  all the "packet-XXX.c" files doesn't work with some "make"s; they seem
  to pass only the first few names in the list to the shell, for some
  reason.
  
  Therefore, we use a script to generate the "register.c" file, and run
  that script from the Makefile.
  
  Revision  Changes    Path
  1.98      +13 -13    ethereal/Makefile.am