From owner-cvs-gnu Fri May 1 03:03:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26241 for cvs-gnu-outgoing; Fri, 1 May 1998 03:03:13 -0700 (PDT) (envelope-from owner-cvs-gnu) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26205; Fri, 1 May 1998 03:03:05 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA18381; Fri, 1 May 1998 03:01:03 -0700 (PDT) Date: Fri, 1 May 1998 03:01:03 -0700 (PDT) Message-Id: <199805011001.DAA18381@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/bc Makefile config.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/05/01 03:01:02 PDT Modified files: gnu/usr.bin/bc Makefile config.h Log: Style: $Id$ should be preceded by a tab Don't include ../Makefile.inc when it is not used explicitly Use the normal amount of horizontal and vertical whitspace (1 tab/none) Don't override the (correct) default for MAN1 Use the correct order for -I paths Use config.h generated by `configure', don't use a huge CFLAGS statement Enable useage of libreadline in config.h, configure didn't enable it itself. Revision Changes Path 1.12 +8 -15 src/gnu/usr.bin/bc/Makefile 1.3 +68 -4 src/gnu/usr.bin/bc/config.h