Make this compile again by abandoning partially completed makefile work.

llvm-svn: 35682
This commit is contained in:
Reid Spencer 2007-04-05 16:19:25 +00:00
parent 9df6baa772
commit a6d17d9c19
2 changed files with 1 additions and 2 deletions

View File

@ -26,4 +26,4 @@ PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@)
PROJ_INSTALL_ROOT := @prefix@
# Include LLVM's Master Makefile.
include $(LLVM_OBJ_ROOT)/Makefile.config
include $(LLVM_OBJ_ROOT)/Makefile.common

View File

@ -14,7 +14,6 @@ EXTRA_DIST := Lexer.cpp.cvs Lexer.l.cvs \
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
include $(LLVMMAKE)/archive
ifdef PARSE_DEBUG
INCLUDES += -DPARSE_DEBUG