summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/build-tools/scripts/Makefile.in3
-rw-r--r--tools/build/scripts/Makefile.in3
2 files changed, 2 insertions, 4 deletions
diff --git a/c/build-tools/scripts/Makefile.in b/c/build-tools/scripts/Makefile.in
index 7f2db3462c..4ccb3191af 100644
--- a/c/build-tools/scripts/Makefile.in
+++ b/c/build-tools/scripts/Makefile.in
@@ -16,8 +16,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
DESTDIR=$(PROJECT_RELEASE)/build-tools
-PGMS=hackspecs.awk install-if-change rcs-clean \
- lock-directory unlock-directory rtems-glom
+PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom
INSTALLED=$(PGMS:%=$(DESTDIR)/%)
diff --git a/tools/build/scripts/Makefile.in b/tools/build/scripts/Makefile.in
index 7f2db3462c..4ccb3191af 100644
--- a/tools/build/scripts/Makefile.in
+++ b/tools/build/scripts/Makefile.in
@@ -16,8 +16,7 @@ include $(RTEMS_ROOT)/make/leaf.cfg
DESTDIR=$(PROJECT_RELEASE)/build-tools
-PGMS=hackspecs.awk install-if-change rcs-clean \
- lock-directory unlock-directory rtems-glom
+PGMS=install-if-change rcs-clean lock-directory unlock-directory rtems-glom
INSTALLED=$(PGMS:%=$(DESTDIR)/%)