Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 1999 16:23:27 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/global Makefile.inc
Message-ID:  <199901190023.QAA09335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/01/18 16:23:26 PST

  Modified files:
    usr.bin/global       Makefile.inc 
  Log:
  Fixed breakage of `make checkdpadd' in previous commit.
  
  Didn't fix related bogotification from moving the definitions of
  DPADD and LDADD to here.  Setting these variables in a top-level
  directory gives bogus dependencies in library subdirectories.
  E.g., there is a dependency on `foo.so..' where the double dots
  separate null shared library version numbers.
  
  Set BINDIR properly by inheriting it from ../Makefile.inc.
  
  Revision  Changes    Path
  1.6       +4 -4      src/usr.bin/global/Makefile.inc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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