From de3cddeaa77f76f499b5bddaa04edfc8ecbbfc46 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 3 Apr 1998 02:20:28 +0000 Subject: - make f771 work with CC1_SHLIB: move files that aren't actually "common" and referencing externs in non-common code to the appropriate modules - add -DLANG_SPECIFIC_DRIVER for g++ and g77 as required by a "GNU build" - Cleanup: $() -> ${} --- gnu/usr.bin/egcs/cpp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/egcs/cpp/Makefile') diff --git a/gnu/usr.bin/egcs/cpp/Makefile b/gnu/usr.bin/egcs/cpp/Makefile index 83defc79e57..536e4afc2a5 100644 --- a/gnu/usr.bin/egcs/cpp/Makefile +++ b/gnu/usr.bin/egcs/cpp/Makefile @@ -1,5 +1,5 @@ -# from: @(#)Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.5 1998/04/02 06:45:53 mrg Exp $ +# from: @{#}Makefile 6.4 (Berkeley) 2/21/91 +# $NetBSD: Makefile,v 1.6 1998/04/03 02:20:30 tv Exp $ PROG= cpp BINDIR= /usr/libexec @@ -18,6 +18,6 @@ FILESMODE=${BINMODE} MAN= cccp.1 MLINKS= cccp.1 cpp.1 cccp.1 gcpp.1 -.PATH: $(.OBJDIR) +.PATH: ${.OBJDIR} .include -- cgit