Skip to content

Commit c90d921

Browse files
author
Reid Spencer
committed
Unbreak the makefile.
llvm-svn: 16171
1 parent 4017ff7 commit c90d921

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

External/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LEVEL = ..
33
#
44
# Include the configuration so that we know whether or not to include SPEC
55
#
6-
include ${LEVEL}/Makefile.config
6+
include $(LEVEL)/Makefile.common
77

88
#
99
# Create the list of directories to compile
@@ -13,5 +13,3 @@ PARALLEL_DIRS := SPEC Povray
1313
ifndef USE_POVRAY
1414
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
1515
endif
16-
17-
include ${LEVEL}/test/Programs/Makefile.programs

0 commit comments

Comments
 (0)