From 76e51a87e74a18aae72521d618a0c571a6263c30 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 29 Sep 2002 22:58:51 +0000 Subject: [PATCH] Enable buidling of programs on Linux again git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3984 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.tests b/test/Makefile.tests index 759c7dba21b..5c6a96388aa 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -42,7 +42,7 @@ TESTRUNR = $(LEVEL)/test/TestRunner.sh NATGCC = /usr/dcs/software/supported/bin/gcc CP = /bin/cp -f -ifndef DISABLE_LLC +ifndef DISABLE_LLC_DIFFS CC = /opt/SUNWspro/bin/cc AS = /opt/SUNWspro/bin/cc DIS = /usr/ccs/bin/dis -- 2.34.1