diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 7c01903c0e..3aaed73640 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,5 +1,8 @@ 2011-06-20 Ralf Corsépius + * Makefile.am: Remove EXTRA_DIST. + Remove DIST_SUBDIRS. + Remove obsolete comments. * psxclassic01/psxclassic01.doc: Fix copyright date. 2011-05-16 Yaakov Selkowitz diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index 966e959de8..b484b39960 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -24,15 +24,7 @@ SUBDIRS += psxfile01 psxfile02 psxfilelock01 psxgetrusage01 psxid01 \ psximfs01 psximfs02 psxreaddir psxstat psxmount psx13 psxchroot01 \ psxpasswd01 psxpasswd02 psxpipe01 psxtimes01 psxfchx01 -## Until sys/uio.h is moved to libcsupport, we have to have networking -## enabled to support readv and writev. Hopefully this is a temporary -## situation. -## if NEWLIB SUBDIRS += psxrdwrv -## endif - -DIST_SUBDIRS = $(SUBDIRS) psxfatal_support -EXTRA_DIST = psxfatal_support/init.c psxfatal_support/system.h include $(top_srcdir)/../automake/subdirs.am include $(top_srcdir)/../automake/local.am