From 550f34f639cd6f481038ecd4660ff8084d664694 Mon Sep 17 00:00:00 2001
From: David Flitney <dave.flitney@ndcn.ox.ac.uk>
Date: Tue, 25 Feb 2003 16:28:49 +0000
Subject: [PATCH] Made Makefiles conformant with new rules

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e874116..5b4485f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,9 @@
-include $(FSLDIR)/etc/default.mk
+include $(FSLCONFDIR)/default.mk
 
 PROJNAME = slicetimer
 
 OBJS = slicetimer.o
 
-USRINCFLAGS = -I${INCDIR}/newimage -I${INCDIR}/miscmaths -I${INCDIR}/avwio -I${INCDIR}/newmat -I${INCDIR}/libprob -I${INCDIR}/utils	 
 LIBS = -lnewimage -lmiscmaths -lavwio -lnewmat -lprob -lm -lutils
 
 XFILES = slicetimer
-- 
GitLab