From c8830f2d3080638e23c8a828a71c2ecd7b2f5528 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 7 Jun 1991 15:59:56 +0000 Subject: [PATCH] Use $(STDC_TOP_INCLUDES) to identify the include directory git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2169 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/Imakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile index 6c341b156..5859cf30d 100644 --- a/src/lib/krb5/Imakefile +++ b/src/lib/krb5/Imakefile @@ -50,7 +50,7 @@ STOBJS=strdup.o STSRCS=strdup.c #endif -INCLUDES=-I$(TOP)/include/stdc-incl +INCLUDES=$(STDC_TOP_INCLUDES) OBJS = \ cryptoconf.o \ -- 2.26.2