1
1

Fix "make dist". Temporarily snip some tests from the tarball until

they can be repaired (more changes coming in from the mad branch that
will break them).

This commit was SVN r11560.
Этот коммит содержится в:
Jeff Squyres 2006-09-08 00:09:37 +00:00
родитель 0f11584a6c
Коммит 5662122885
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -1137,10 +1137,8 @@ AC_CONFIG_FILES([
test/asm/Makefile
test/class/Makefile
test/memory/Makefile
test/runtime/Makefile
test/support/Makefile
test/threads/Makefile
test/util/Makefile
test/peruse/Makefile
test/datatype/Makefile
])

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

@ -20,4 +20,4 @@
# support needs to be first for dependencies
SUBDIRS = support asm class memory threads peruse datatype
DIST_SUBDIRS = event runtime $(SUBDIRS)
DIST_SUBDIRS = event $(SUBDIRS)