summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems')
-rw-r--r--c/src/exec/posix/include/rtems/Makefile.in2
-rw-r--r--c/src/exec/posix/include/rtems/posix/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/posix/include/rtems/Makefile.in b/c/src/exec/posix/include/rtems/Makefile.in
index 5cb9c02f55..c535635cd3 100644
--- a/c/src/exec/posix/include/rtems/Makefile.in
+++ b/c/src/exec/posix/include/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/include/rtems/posix/Makefile.in b/c/src/exec/posix/include/rtems/posix/Makefile.in
index 33d43cae10..66e0bcbc34 100644
--- a/c/src/exec/posix/include/rtems/posix/Makefile.in
+++ b/c/src/exec/posix/include/rtems/posix/Makefile.in
@@ -52,6 +52,6 @@ preinstall: $(INSTALLDIRS) $(H_FILES)
all: preinstall
-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