Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 1998 02:01:53 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/games/fortune/datfiles Makefile
Message-ID:  <199809210901.CAA07409@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/09/21 02:01:53 PDT

  Modified files:
    games/fortune/datfiles Makefile 
  Log:
  Back out the last two hacks. I've added games to the (correct) build
  path in src/Makefile.inc. The code that I'm backing out didn't work
  anyway since exists() checks for a file in .PATH (and /usr/games/strfile
  doesn't exist there), so the test was always defaulting to ../strfile/strfile
  which breaks cross-compiled builds.
  
  Revision  Changes    Path
  1.13      +3 -16     src/games/fortune/datfiles/Makefile



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