7561dc0c3e
fail. test/rte/Makefile was removed from the top-level configure.ac AC_CONFIG_FILES in r2239. I'm not sure what the intent was here, so I'm just removing "rte" from test/Makefile.am's DIST_SUBDIRS so that "make dist" can work again. One of the RTE folks can examine this to see what the right course of action for the long run is. :-) This commit was SVN r2257. The following SVN revision numbers were found above: r2239 --> open-mpi/ompi@58792a3ad0
11 строки
257 B
Makefile
11 строки
257 B
Makefile
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
SUBDIRS = support class util threads mca
|
|
# JMS Temporary hack to make "make dist" work. The directories mentioned
|
|
# here will eventually moved into SUBDIRS.
|
|
DIST_SUBDIRS = $(SUBDIRS) include
|