diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index bf87284..6be91aa 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -43,8 +43,8 @@ DIS = /usr/ccs/bin/dis CP = /bin/cp -f CFLAGS += -g -xarch=v9 -LLCLIB = $(LEVEL)/test/Libraries/runtime.o -LIBS += $(LLCLIB) +#LLCLIB = $(LEVEL)/test/Libraries/runtime.o +#LIBS += $(LLCLIB) |