Fixed two bad Makefiles that might be breaking Linux.

llvm-svn: 301277
This commit is contained in:
Sean Callanan 2017-04-24 23:49:06 +00:00
parent 6d7f01e3d8
commit c0dd0181d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
LEVEL = ../../../make
C_SOURCES := main.c
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules

View File

@ -1,3 +1,3 @@
LEVEL = ../../../make
C_SOURCES := main.c
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules