forked from OSchip/llvm-project
Fixed two bad Makefiles that might be breaking Linux.
llvm-svn: 301277
This commit is contained in:
parent
6d7f01e3d8
commit
c0dd0181d3
|
@ -1,3 +1,3 @@
|
|||
LEVEL = ../../../make
|
||||
C_SOURCES := main.c
|
||||
CXX_SOURCES := main.cpp
|
||||
include $(LEVEL)/Makefile.rules
|
|
@ -1,3 +1,3 @@
|
|||
LEVEL = ../../../make
|
||||
C_SOURCES := main.c
|
||||
CXX_SOURCES := main.cpp
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue