summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i386
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-05 16:17:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-05 16:17:37 +0000
commit9535ba46030e24b36d6233d71ee9ee1e8044d506 (patch)
treefa77cb9371f8044888109b24a133c7e071ccdaed /c/src/exec/score/cpu/i386
parent2001-02-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9535ba46030e24b36d6233d71ee9ee1e8044d506.tar.bz2
2001-02-05 Joel Sherrill <joel@OARcorp.com>
* rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
Diffstat (limited to 'c/src/exec/score/cpu/i386')
-rw-r--r--c/src/exec/score/cpu/i386/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/i386/rtems/Makefile.am10
-rw-r--r--c/src/exec/score/cpu/i386/rtems/score/Makefile.am25
3 files changed, 4 insertions, 35 deletions
diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog
index 6dede6d474..ec64b0dc23 100644
--- a/c/src/exec/score/cpu/i386/ChangeLog
+++ b/c/src/exec/score/cpu/i386/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-05 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/Makefile.am, rtems/score/Makefile.am: Removed again.
+
2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed.
diff --git a/c/src/exec/score/cpu/i386/rtems/Makefile.am b/c/src/exec/score/cpu/i386/rtems/Makefile.am
deleted file mode 100644
index ef7df82af7..0000000000
--- a/c/src/exec/score/cpu/i386/rtems/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-SUBDIRS = score
-
-include $(top_srcdir)/../../../../../../automake/subdirs.am
-include $(top_srcdir)/../../../../../../automake/local.am
diff --git a/c/src/exec/score/cpu/i386/rtems/score/Makefile.am b/c/src/exec/score/cpu/i386/rtems/score/Makefile.am
deleted file mode 100644
index 735603d3e2..0000000000
--- a/c/src/exec/score/cpu/i386/rtems/score/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-## $Id$
-##
-
-AUTOMAKE_OPTIONS = foreign 1.4
-
-include_rtems_scoredir = $(includedir)/rtems/score
-include_rtems_score_HEADERS = cpu.h i386.h i386types.h
-
-#
-# (OPTIONAL) Add local stuff here using +=
-#
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/score \
- $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
-
-$(PROJECT_INCLUDE)/rtems/score:
- $(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
- $(INSTALL_DATA) $< $@
-
-all-local: $(PREINSTALL_FILES)
-
-include $(top_srcdir)/../../../../../../automake/local.am