From 08b5f55b6fd9c12c91a4d99219723b88e6c860d5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Jul 1999 20:31:49 +0000 Subject: Patch from Ralf Corsepius : A bug in acpolish made it into rtems-rc-19990709-0.diff, which unfortunately affects all Makefile.ins: * The maintainer mode conditional was erroniously applied to the dependencies of "Makefile". In case you already checked in rtems-rc-19990709-0.diff to CVS you have to check in all Makefile.ins again after applying the patch below :). Please apply the patch below as follows: patch -p1 < rtems-rc-19990709-1.diff tools/update/rtems-polish.sh -ac Note: There is no need to rerun your tests if you have used --enable-maintainer-mode to configure RTEMS, because this patch converts all Makefile.ins to the same settings as used for --enable-maintainer-mode. --- c/src/tests/support/Makefile.in | 2 +- c/src/tests/support/include/Makefile.in | 2 +- c/src/tests/support/stubdr/Makefile.in | 2 +- c/src/tests/support/wrapup/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/tests/support') diff --git a/c/src/tests/support/Makefile.in b/c/src/tests/support/Makefile.in index 13ed2c3ce8..e72f7e1337 100644 --- a/c/src/tests/support/Makefile.in +++ b/c/src/tests/support/Makefile.in @@ -20,6 +20,6 @@ INSTALL_CHANGE = @INSTALL_CHANGE@ SUB_DIRS = include stubdr wrapup -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status diff --git a/c/src/tests/support/include/Makefile.in b/c/src/tests/support/include/Makefile.in index 83d92ccd79..2c69332a93 100644 --- a/c/src/tests/support/include/Makefile.in +++ b/c/src/tests/support/include/Makefile.in @@ -37,6 +37,6 @@ all: $(SRCS) @$(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE) @$(INSTALL_CHANGE) -m 644 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status diff --git a/c/src/tests/support/stubdr/Makefile.in b/c/src/tests/support/stubdr/Makefile.in index 9a2cfb2e75..aa4202016c 100644 --- a/c/src/tests/support/stubdr/Makefile.in +++ b/c/src/tests/support/stubdr/Makefile.in @@ -70,6 +70,6 @@ all: ${ARCH} $(SRCS) $(PGM) @$(INSTALL_CHANGE) -m 644 $(H_FILES) $(PROJECT_INCLUDE) $(INSTALL_VARIANT) -m 755 $(PGM) $(PROJECT_RELEASE)/lib -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status diff --git a/c/src/tests/support/wrapup/Makefile.in b/c/src/tests/support/wrapup/Makefile.in index cb1e8440e0..c9e04cbc1c 100644 --- a/c/src/tests/support/wrapup/Makefile.in +++ b/c/src/tests/support/wrapup/Makefile.in @@ -52,6 +52,6 @@ $(LIB): ${OBJS} all: ${ARCH} $(SRCS) $(LIB) $(INSTALL_VARIANT) -m 644 $(LIB) $(PROJECT_RELEASE)/lib -Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -- cgit v1.2.3