Okay, here is the problem:

cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1  
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1  -DHAVE_VALLOC=1 
-DHAVE_WORKING_MMAP=1 -DHAVE_LIBZ=1 -DHAVE_FTS=1   -I/usr/obj/usr/src/tmp/usr/include 
-c /usr/src/gnu/usr.bin/grep/dfa.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1  
-DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1  -DHAVE_VALLOC=1 
-DHAVE_WORKING_MMAP=1 -DHAVE_LIBZ=1 -DHAVE_FTS=1   -I/usr/obj/usr/src/tmp/usr/include 
-c /usr/src/gnu/usr.bin/grep/grep.c
/usr/src/gnu/usr.bin/grep/grep.c: In function `main':
/usr/src/gnu/usr.bin/grep/grep.c:1314: `VERSION' undeclared (first use in this 
function)
/usr/src/gnu/usr.bin/grep/grep.c:1314: (Each undeclared identifier is reported only 
once
/usr/src/gnu/usr.bin/grep/grep.c:1314: for each function it appears in.)

   Here is the Makefile header:

# $FreeBSD: src/gnu/usr.bin/grep/Makefile,v 1.18 1999/11/20 09:40:03 peter Exp $

MAINTAINER= wosch


        Obviously I could simply define anything I wanted for "VERSION"
   in the cflags, and go on my merry way, but I thought I would ask
   what VERSION was supposed to be, and point out that it is missing.

                                                Thanks,
                                                        Bruce
-- 
-------------------------------------------------------------------------------
  Bruce Burden            [EMAIL PROTECTED]         Tandem Computers Inc.
  512-432-8944            Network Verification          14231 Tandem Blvd.
  Auto answer(4 rings)                                  Austin, TX 78726


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to