Fix formatting.

Estimated hours taken: 0.1
Branches: main

tests/feedback/Mmakefile:
	Fix formatting.
This commit is contained in:
Zoltan Somogyi
2012-10-23 01:22:18 +00:00
parent 4a8ff92940
commit 593ebef300

View File

@@ -4,8 +4,9 @@ THIS_DIR = feedback
#-----------------------------------------------------------------------------# #-----------------------------------------------------------------------------#
AUTOPAR_REPORTS=mandelbrot \ AUTOPAR_REPORTS = \
mmc mandelbrot \
mmc
REPORTS=$(patsubst %,autopar_%,$(AUTOPAR_REPORTS)) REPORTS=$(patsubst %,autopar_%,$(AUTOPAR_REPORTS))
@@ -14,8 +15,8 @@ TESTS_DIR = ..
SUBDIRS= SUBDIRS=
include $(TESTS_DIR)/Mmake.common include $(TESTS_DIR)/Mmake.common
# Try to use the feedback tools in this workspace if available, Otherwise use # Try to use the feedback tools in this workspace if available;
# the feedback tools in PATH # otherwise, use the tools in $PATH.
FB_CREATE_WS = ../../deep_profiler/mdprof_create_feedback FB_CREATE_WS = ../../deep_profiler/mdprof_create_feedback
FB_REPORT_WS = ../../deep_profiler/mdprof_report_feedback FB_REPORT_WS = ../../deep_profiler/mdprof_report_feedback
@@ -47,4 +48,3 @@ autopar_%.feedback: %/Deep.data %/Deep.procrep
$(@:.realclean=.res) \ $(@:.realclean=.res) \
$(@:.realclean=.res1) \ $(@:.realclean=.res1) \
$(@:.realclean=.log) $(@:.realclean=.log)