We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4017ff7 commit c90d921Copy full SHA for c90d921
External/Makefile
@@ -3,7 +3,7 @@ LEVEL = ..
3
#
4
# Include the configuration so that we know whether or not to include SPEC
5
6
-include ${LEVEL}/Makefile.config
+include $(LEVEL)/Makefile.common
7
8
9
# Create the list of directories to compile
@@ -13,5 +13,3 @@ PARALLEL_DIRS := SPEC Povray
13
ifndef USE_POVRAY
14
PARALLEL_DIRS := $(filter-out Povray/, $(PARALLEL_DIRS))
15
endif
16
-
17
-include ${LEVEL}/test/Programs/Makefile.programs
0 commit comments