| Index: testsuite/tcg/highlevel/context/Makefile
|
| diff --git a/testsuite/tcg/highlevel/context/Makefile b/testsuite/tcg/highlevel/context/Makefile
|
| index a9211473d4b1bf21972d5691d6b71097fb7e6912..2579946f19321bdc124b5c34d4a5b64fa8981084 100644
|
| --- a/testsuite/tcg/highlevel/context/Makefile
|
| +++ b/testsuite/tcg/highlevel/context/Makefile
|
| @@ -27,7 +27,7 @@ else
|
| OPTS =
|
| endif
|
| ALL = $(shell ls *.c | sed "s/\.c//g")
|
| -LIBS = ../../common/common.o -L/usr/local/lib -ltspi $(LDFLAGS)
|
| +LIBS = ../../common/common.o -ltspi $(LDFLAGS)
|
| CFLAGS += -g -O0 -I../../include
|
|
|
| .c: ../../common/common.c
|
|
|