1
1

Remove "rte" from DIST_SUBDIRS because it is causing "make dist" to

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
Этот коммит содержится в:
Jeff Squyres 2004-08-23 06:47:44 +00:00
родитель 7d2626698f
Коммит 7561dc0c3e

Просмотреть файл

@ -7,4 +7,4 @@ 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) rte include
DIST_SUBDIRS = $(SUBDIRS) include