From owner-cvs-usrbin Thu Sep 28 13:43:45 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA29787 for cvs-usrbin-outgoing; Thu, 28 Sep 1995 13:43:45 -0700 Received: (from jmz@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA29774 ; Thu, 28 Sep 1995 13:43:35 -0700 Date: Thu, 28 Sep 1995 13:43:35 -0700 From: Jean-Marc Zucconi Message-Id: <199509282043.NAA29774@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/f2c Makefile main.c Sender: owner-cvs-usrbin@FreeBSD.org Precedence: bulk jmz 95/09/28 13:43:34 Modified: usr.bin/f2c Makefile main.c Log: Makefile: use CFLAGS+= instead of CFLAGS=. Don't use the f2c's malloc. main.c: reinstitute the -o option to rename C output file.