Subject: bin/1997: Add support for traditional includes in Makefiles
To: None <gnats-bugs@NetBSD.ORG>
From: None <thieleke@icaen.uiowa.edu>
List: netbsd-bugs
Date: 01/30/1996 04:19:08
>Number: 1997
>Category: bin
>Synopsis: Add support for traditional includes in Makefiles
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: bin-bug-people (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jan 30 05:50:03 1996
>Last-Modified:
>Originator: Jeff Thieleke
>Organization:
>Release: <NetBSD-current source date>1/30/96
>Environment:
System: NetBSD picabo.icaen.uiowa.edu 1.1A NetBSD 1.1A (PICABO) #5: Tue Jan 16 08:52:54 CST 1996 root@picabo.icaen.uiowa.edu:/usr/src/sys/arch/amiga/compile/PICABO amiga
Architecture: amiga
>Description:
Current make(1) does not support 'traditional' include statments in
Makefiles. This prevents certain programs, such as Lynx 2.4-FM, from
compiling - without editing the various Makefiles.
Traditional include: include foo/bar
BSD include: .include <foo/bar>
>How-To-Repeat:
Compile Lynx 2.4-FM or any program that uses Makefiles with traditional
include statments
>Fix:
Add -DSYSVINCLUDE to CFLAGS line in src/usr.bin/make/Makefile
>Audit-Trail:
>Unformatted:
no
make(1) does not support traditional include statments
non-critical
low
change-request