From c1cd66ecd23e8a79e66bc5472b2ffd27d82c8f90 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Tue, 26 Apr 2005 09:42:56 +0000 Subject: [PATCH] Really include patches, don't let them catch dust. Noticed-by: Mitja Horvat --- gnu/usr.bin/cc34/cc1plus/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cc34/cc1plus/Makefile b/gnu/usr.bin/cc34/cc1plus/Makefile index 009bd6f8ba..2afe7add62 100644 --- a/gnu/usr.bin/cc34/cc1plus/Makefile +++ b/gnu/usr.bin/cc34/cc1plus/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/gnu/usr.bin/cc34/cc1plus/Makefile,v 1.2 2004/12/21 13:10:47 joerg Exp $ +# $DragonFly: src/gnu/usr.bin/cc34/cc1plus/Makefile,v 1.3 2005/04/26 09:42:56 joerg Exp $ GCC_LANG_DIR= gcc/cp @@ -33,8 +33,10 @@ SRCS+= concat.c dyn-string.c fibheap.c getpwd.c getruntime.c hashtab.c hex.c SRCS+= lbasename.c lrealpath.c md5.c obstack.c physmem.c safe-ctype.c SRCS+= splay-tree.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c +SRCS+= ${PATCHES} + LDADD= -L../libbackend -lbackend -L../libcpp -lcpp -CFLAGS+= -I. +CFLAGS+= -I. -I${CONTRIBDIR} .include -- 2.41.0