Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 09:04:50 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-gnu
Subject:   cvs commit:  src/gnu/usr.bin/man/lib Makefile
Message-ID:  <199704101604.JAA14698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/10 09:04:49

  Modified:    gnu/usr.bin/man/lib  Makefile
  Log:
  Fixed bogus existence test related to searching for a nearby obj
  directory.  config.h is always in the current (= object) directory,
  so don't search for it.
  
  config.h is not a source for the library, so don't put it in SRCS and
  don't make the library depend on it.
  
  Don't put unused flags in CFLAGS.
  
  Simplify using INTERNALLIB*.
  
  Revision  Changes    Path
  1.8       +9 -18     src/gnu/usr.bin/man/lib/Makefile



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