From c080f894785f9403b1a7f18667e2e42695a17783 Mon Sep 17 00:00:00 2001 From: Matt Bacchi Date: Mon, 3 Feb 2003 23:36:47 +0000 Subject: [PATCH] STABLE12-butc-xbsa-cflags-20030203 FIXES 1283 still need to link in libs but this should at least get us further --- src/butc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/butc/Makefile.in b/src/butc/Makefile.in index cbf840ff8..67afda267 100644 --- a/src/butc/Makefile.in +++ b/src/butc/Makefile.in @@ -28,7 +28,7 @@ SHELL = /bin/sh include ../config/Makefile.${SYS_NAME} -CFLAGS=-g -w ${INCDIRS} ${XCFLAGS} +CFLAGS=-g -w ${INCDIRS} ${XCFLAGS} @XBSA_CFLAGS@ INCDIRS=-I${TOP_SRCDIR}/config -I${TOP_INCDIR}/afs \ -I${TOP_INCDIR}/rx -I${TOP_INCDIR} -- 2.39.5