From d7bd47bde435cbcf9bc50fb92327897bddbb2177 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Dec 2011 21:38:08 +0000 Subject: 2011-12-08 Joel Sherrill PR 1589/build * imfs_fserror/Makefile.am, imfs_fslink/Makefile.am, imfs_fspatheval/Makefile.am, imfs_fspermission/Makefile.am, imfs_fsrdwr/Makefile.am, imfs_fssymlink/Makefile.am, imfs_fstime/Makefile.am, mdosfs_fserror/Makefile.am, mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/Makefile.am, mdosfs_fstime/Makefile.am, mimfs_fserror/Makefile.am, mimfs_fslink/Makefile.am, mimfs_fspatheval/Makefile.am, mimfs_fspermission/Makefile.am, mimfs_fsrdwr/Makefile.am, mimfs_fssymlink/Makefile.am, mimfs_fstime/Makefile.am, mrfs_fserror/Makefile.am, mrfs_fslink/Makefile.am, mrfs_fspatheval/Makefile.am, mrfs_fspermission/Makefile.am, mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/Makefile.am, mrfs_fstime/Makefile.am: Remove obsolete optional manager capability. --- testsuites/fstests/mrfs_fspermission/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuites/fstests/mrfs_fspermission/Makefile.am') diff --git a/testsuites/fstests/mrfs_fspermission/Makefile.am b/testsuites/fstests/mrfs_fspermission/Makefile.am index 6756ede50f..f76b1d3d70 100644 --- a/testsuites/fstests/mrfs_fspermission/Makefile.am +++ b/testsuites/fstests/mrfs_fspermission/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = mrfs_fspermission mrfs_fspermission_SOURCES = ../fspermission/test.c @@ -22,14 +21,13 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -mrfs_fspermission_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) AM_CPPFLAGS += -I$(top_srcdir)/support AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support AM_CPPFLAGS += -I$(top_srcdir)/../support/include AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include -LINK_OBJS = $(mrfs_fspermission_OBJECTS) $(mrfs_fspermission_LDADD) +LINK_OBJS = $(mrfs_fspermission_OBJECTS) LINK_LIBS = $(mrfs_fspermission_LDLIBS) mrfs_fspermission$(EXEEXT): $(mrfs_fspermission_OBJECTS) $(mrfs_fspermission_DEPENDENCIES) -- cgit v1.2.3