From owner-cvs-gnu Sat Mar 29 02:29:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18812 for cvs-gnu-outgoing; Sat, 29 Mar 1997 02:29:55 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18803; Sat, 29 Mar 1997 02:29:48 -0800 (PST) Date: Sat, 29 Mar 1997 02:29:48 -0800 (PST) From: Peter Wemm Message-Id: <199703291029.CAA18803@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/gdb Makefile.inc Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/29 02:29:46 Modified: gnu/usr.bin/gdb Makefile.inc Log: Protect against multiple inclusion (All the CFLAGS+= items make the cc command lines get rather long). (bsd.lib.mk is particularly bad at this) Revision Changes Path 1.2 +4 -1 src/gnu/usr.bin/gdb/Makefile.inc