From c9b7a194646408791f9eca02f54352edf7f8c3b9 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 20 May 2005 02:23:59 +0000 Subject: [PATCH] Make sure C lib test works --- examples/loadCLib/null/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/loadCLib/null/Makefile b/examples/loadCLib/null/Makefile index 83999ad..0476089 100644 --- a/examples/loadCLib/null/Makefile +++ b/examples/loadCLib/null/Makefile @@ -1,4 +1,4 @@ -TEST= unloadAll/null -EXTRA_OBJS=Null.o Dep.o +TEST= loadCLib/null +EXTRA_OBJS=Null.o TOP=../../.. include ../../build.mk