summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/macros
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/macros')
-rw-r--r--c/src/exec/posix/macros/Makefile.in2
-rw-r--r--c/src/exec/posix/macros/rtems/Makefile.in2
-rw-r--r--c/src/exec/posix/macros/rtems/posix/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/c/src/exec/posix/macros/Makefile.in b/c/src/exec/posix/macros/Makefile.in
index ca1eefc5a4..3e917221fc 100644
--- a/c/src/exec/posix/macros/Makefile.in
+++ b/c/src/exec/posix/macros/Makefile.in
@@ -20,6 +20,6 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
SUB_DIRS = rtems
-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/exec/posix/macros/rtems/Makefile.in b/c/src/exec/posix/macros/rtems/Makefile.in
index 45b46be078..2827802e74 100644
--- a/c/src/exec/posix/macros/rtems/Makefile.in
+++ b/c/src/exec/posix/macros/rtems/Makefile.in
@@ -20,6 +20,6 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
SUB_DIRS = posix
-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/exec/posix/macros/rtems/posix/Makefile.in b/c/src/exec/posix/macros/rtems/posix/Makefile.in
index 85e0634e32..540e41ed81 100644
--- a/c/src/exec/posix/macros/rtems/posix/Makefile.in
+++ b/c/src/exec/posix/macros/rtems/posix/Makefile.in
@@ -46,6 +46,6 @@ all: preinstall
preinstall: $(INSTALLDIRS) $(I_FILES)
@$(INSTALL_CHANGE) -m 644 $(I_FILES) $(PROJECT_INCLUDE)/rtems/posix
-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