From 62938e2f183cc2d40280048f42c805e7188c51ac Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Tue, 18 Apr 2006 10:59:01 +0000 Subject: [PATCH] Fix Makefile for non-existent gLite httpd location --- org.gridsite.core/src/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index f31979e..c0aba4b 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -44,12 +44,8 @@ ifndef prefix export prefix=/usr/local endif -ifndef HTTPD_FLAGS -export HTTPD_FLAGS=/usr/include/httpd -endif - ifndef MYCFLAGS -export MYCFLAGS=-I. -I../interface -I$(HTTPD_FLAGS) -I/usr/include/apr-0 -I/opt/glite/include -fPIC +export MYCFLAGS=-I. -I../interface -I$(HTTPD_FLAGS) -I/usr/include/httpd -I/usr/include/apr-0 -I/opt/glite/include -fPIC endif ifndef MYLDFLAGS -- 1.8.2.3