summaryrefslogtreecommitdiff
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:41:56 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-04-30 19:41:56 -0500
commita2aad55636d07d4229b09c7abbfb1cb951044776 (patch)
treece22d68d1870bf29759eefd91c287cf721d2be0c /automake
parent40cadeee3b758f469e3673072888b1b1a706a0a3 (diff)
Remove CVS $
Diffstat (limited to 'automake')
-rw-r--r--automake/host.am2
-rw-r--r--automake/local.am2
-rw-r--r--automake/subdirs.am2
3 files changed, 0 insertions, 6 deletions
diff --git a/automake/host.am b/automake/host.am
index 4a7aa2d..7367d00 100644
--- a/automake/host.am
+++ b/automake/host.am
@@ -1,5 +1,3 @@
-## $Id$
-
## NOTE: This is a temporary work-around to keep
## RTEMS's non automake standard make targets working.
## Once automake is fully integrated these make targets
diff --git a/automake/local.am b/automake/local.am
index c170178..4de51e5 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -1,5 +1,3 @@
-## $Id$
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
diff --git a/automake/subdirs.am b/automake/subdirs.am
index 00eba7c..7ebc65a 100644
--- a/automake/subdirs.am
+++ b/automake/subdirs.am
@@ -1,5 +1,3 @@
-## $Id$
-
## Borrowed from automake-1.4 and adapted to RTEMS
## NOTE: This is a temporary work-around to keep