summaryrefslogtreecommitdiffstats
path: root/c/src/ada/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-23 11:32:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-29 08:01:54 +0200
commit9ff0f40ca0230401aa9f8739fae22691143c153f (patch)
tree6896ace0d684b6960860130cd899a4462be41352 /c/src/ada/preinstall.am
parentbuild-system: Fix the targets support for the parallel build. (diff)
downloadrtems-9ff0f40ca0230401aa9f8739fae22691143c153f.tar.bz2
ada: Remove <rtems/debug.h> support
Update #2477.
Diffstat (limited to '')
-rw-r--r--c/src/ada/preinstall.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/ada/preinstall.am b/c/src/ada/preinstall.am
index 405c77a5dd..e41443a862 100644
--- a/c/src/ada/preinstall.am
+++ b/c/src/ada/preinstall.am
@@ -47,14 +47,6 @@ $(PROJECT_INCLUDE)/adainclude/rtems-cpu_usage.ads: rtems-cpu_usage.ads $(PROJECT
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-cpu_usage.ads
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-cpu_usage.ads
-$(PROJECT_INCLUDE)/adainclude/rtems-debug.adb: rtems-debug.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-debug.adb
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-debug.adb
-
-$(PROJECT_INCLUDE)/adainclude/rtems-debug.ads: rtems-debug.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-debug.ads
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-debug.ads
-
$(PROJECT_INCLUDE)/adainclude/rtems-event.adb: rtems-event.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-event.adb
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-event.adb