From c90cd8eed815393164618540c098064d8b4aa5ec Mon Sep 17 00:00:00 2001 From: etheisen Date: Tue, 6 Feb 1996 07:00:16 +0000 Subject: [PATCH] Include path /usr/include no longer needed. --- gnu/lib/libmalloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libmalloc/Makefile b/gnu/lib/libmalloc/Makefile index ab34231cd8e..435b175bed0 100644 --- a/gnu/lib/libmalloc/Makefile +++ b/gnu/lib/libmalloc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1996/02/02 07:10:59 etheisen Exp $ +# $Id: Makefile,v 1.3 1996/02/06 07:00:16 etheisen Exp $ -CFLAGS+= -I${.CURDIR} -I/usr/include +CFLAGS+= -I${.CURDIR} LIB= gnumalloc SRCS+= combined.c -- 2.20.1