Tweak makefile after moving
authorChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 16:10:24 +0000 (16:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Aug 2002 16:10:24 +0000 (16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3205 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/Makefile

index e853cc899a06d68d7bd91202ccf2dfceb25dea3c..e134fc1f553e7ef66230433bbe15b03ed32367ea 100644 (file)
@@ -1,4 +1,4 @@
-#                    test/Regression/CFrontend/Makefile
+#              test/Regression/CFrontend/FrontendCrash/Makefile
 #
 # This directory contains regression tests for the GCC C frontend for LLVM.  
 # These tests are C source files that are input to GCC and compiled to .ll
@@ -6,7 +6,7 @@
 # sure GCC emitted something valid.  This is intended to catch crashers and bad
 # output by GCC.
 #
-LEVEL = ../../..
+LEVEL = ../../../..
 include $(LEVEL)/test/Makefile.tests
 
 TESTS := $(wildcard *.c)