1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-24 07:35:04 +00:00

Anand forgot to check in the makefile corresponding to his previous change

which eliminated the EmitFunctions directory


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2937 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-17 17:13:01 +00:00
parent b1b4262387
commit 260fc14568

@ -1,6 +1,6 @@
LEVEL = ../../../..
DIRS = EmitFunctions
DIRS =
LIBRARYNAME = profpaths
include $(LEVEL)/Makefile.common