Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 1996 07:45:30 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-games
Subject:   cvs commit:  src/games/fortune/datfiles Makefile
Message-ID:  <199609221445.HAA21146@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/09/22 07:45:29

  Modified:    games/fortune/datfiles  Makefile
  Log:
  Fixed annoying non-null output for `make depend'.  SRCS should only
  be used for C, C++ and assembler sources if <bsd.prog.mk> is
  included.  It was used for general files.  This caused the __depend_*
  lists in <bsd.dep.mk> to be empty, so mkdep was never run, so
  .depend never existed, so it was always out of date, so `rm -f
  .depend' was always executed to update it.
  
  Revision  Changes    Path
  1.7       +4 -4      src/games/fortune/datfiles/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609221445.HAA21146>