--- projects/cms/source/ihost/Makefile 2002/05/13 13:44:41 1.2 +++ projects/cms/source/ihost/Makefile 2002/05/16 15:23:40 1.3 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2002/05/13 13:44:41 tdb Exp $ +# $Id: Makefile,v 1.3 2002/05/16 15:23:40 tdb Exp $ # defines that should be set DEFS= @@ -8,12 +8,12 @@ LIBS= # where libukcprog can be found for compiling LIBUKCPROG = libukcprog # where libstatgrab can be found for compiling -LIBSTATGRAB = statgrab +LIBSTATGRAB = libstatgrab CFLAGS = -O3 -Wall INCLUDES = -I${LIBUKCPROG} -I${LIBSTATGRAB} -OURLIBS = ${LIBUKCPROG}/libukcprog.a ${LIBSTATGRAB}/libstatgrab.a +OURLIBS = ${LIBSTATGRAB}/libstatgrab.a ${LIBUKCPROG}/libukcprog.a all: @echo "Must use one of the following targets :-"