summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/automake/subdirs.am6
-rw-r--r--cpukit/itron/Makefile.am2
-rw-r--r--cpukit/libcsupport/Makefile.am2
-rw-r--r--cpukit/libfs/src/nfsclient/Makefile.am2
-rw-r--r--cpukit/posix/Makefile.am4
-rw-r--r--cpukit/rtems/Makefile.am6
-rw-r--r--cpukit/score/Makefile.am2
-rw-r--r--cpukit/score/cpu/m32r/Makefile.am2
8 files changed, 13 insertions, 13 deletions
diff --git a/cpukit/automake/subdirs.am b/cpukit/automake/subdirs.am
index 00eba7cd1d..61e421f18b 100644
--- a/cpukit/automake/subdirs.am
+++ b/cpukit/automake/subdirs.am
@@ -1,10 +1,10 @@
## $Id$
-## Borrowed from automake-1.4 and adapted to RTEMS
+## Borrowed from automake-1.4 and adapted to RTEMS
-## NOTE: This is a temporary work-around to keep
+## 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
+## Once automake is fully integrated these make targets
## and this file will probably be removed
preinstall-recursive:
diff --git a/cpukit/itron/Makefile.am b/cpukit/itron/Makefile.am
index 4be5f740f1..5cc2dc2d49 100644
--- a/cpukit/itron/Makefile.am
+++ b/cpukit/itron/Makefile.am
@@ -91,7 +91,7 @@ FIXED_MEMORY_POOL_C_FILES = src/fmempool.c src/cre_mpf.c src/del_mpf.c \
TIME_C_FILES = src/itrontime.c src/set_tim.c src/get_tim.c src/dly_tsk.c \
src/def_cyc.c src/act_cyc.c src/ref_cyc.c src/def_alm.c src/ref_alm.c \
- src/ret_tmr.c
+ src/ret_tmr.c
CONFIGURATION_C_FILES = src/sysmgmt.c src/get_ver.c src/ref_sys.c \
src/ref_cfg.c src/def_svc.c src/def_exc.c
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 7317e6da62..609fd6e6d7 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -70,7 +70,7 @@ if NEWLIB
SYSTEM_CALL_C_FILES += src/readv.c src/writev.c
endif
-DIRECTORY_SCAN_C_FILES =
+DIRECTORY_SCAN_C_FILES =
## 20 Nov 2008: Now using these from newlib's posix directory
DIRECTORY_SCAN_C_FILES += src/opendir.c src/closedir.c src/readdir.c \
src/rewinddir.c src/scandir.c src/seekdir.c src/telldir.c
diff --git a/cpukit/libfs/src/nfsclient/Makefile.am b/cpukit/libfs/src/nfsclient/Makefile.am
index d6bc362582..98ba99286c 100644
--- a/cpukit/libfs/src/nfsclient/Makefile.am
+++ b/cpukit/libfs/src/nfsclient/Makefile.am
@@ -25,7 +25,7 @@ libnfs_a_SOURCES += proto/mount_prot.h proto/nfs_prot.h
include_HEADERS = src/librtemsNfs.h
-# PGMS=${ARCH}/nfs.obj ${ARCH}/rpcio.obj ${ARCH}/dirutils.obj
+# PGMS=${ARCH}/nfs.obj ${ARCH}/rpcio.obj ${ARCH}/dirutils.obj
libnfs_a_CPPFLAGS = $(AM_CPPFLAGS)
libnfs_a_CPPFLAGS += -I$(srcdir)/proto
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index a2c48a5dd3..1a393f9859 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -17,7 +17,7 @@ libposix_a_SOURCES =
# Some POSIX functions that are nice to always have
## 20 Nov 2008: Now using these from newlib's posix directory
-libposix_a_SOURCES += src/sleep.c src/usleep.c
+libposix_a_SOURCES += src/sleep.c src/usleep.c
libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
src/clockgetres.c
@@ -155,7 +155,7 @@ libposix_a_SOURCES += src/pspin.c src/pspindestroy.c src/pspininit.c \
## TIME_C_FILES
libposix_a_SOURCES += src/adjtime.c src/posixtimespecabsolutetimeout.c \
- src/clockgetcpuclockid.c src/clockgetenableattr.c src/clocksetenableattr.c
+ src/clockgetcpuclockid.c src/clockgetenableattr.c src/clocksetenableattr.c
## TIMER_C_FILES
libposix_a_SOURCES += src/ptimer.c src/timercreate.c src/timerdelete.c \
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index 400fc40ad7..083cea45b5 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -61,7 +61,7 @@ librtems_a_SOURCES = src/rtemsbuildid.c src/rtemsbuildname.c \
src/rtemsobjectgetapiname.c src/rtemsobjectgetapiclassname.c \
src/rtemsobjectgetclassinfo.c src/rtemsobjectgetclassicname.c
-## TASK_C_FILES
+## TASK_C_FILES
librtems_a_SOURCES += src/tasks.c src/taskcreate.c src/taskdelete.c \
src/taskgetnote.c src/taskident.c src/taskinitusers.c \
src/taskissuspended.c src/taskmode.c src/taskrestart.c src/taskresume.c \
@@ -70,14 +70,14 @@ librtems_a_SOURCES += src/tasks.c src/taskcreate.c src/taskdelete.c \
src/taskvariableadd.c src/taskvariabledelete.c src/taskvariableget.c \
src/taskvariable_invoke_dtor.c src/taskdata.c
-## RATEMON_C_FILES
+## RATEMON_C_FILES
librtems_a_SOURCES += src/ratemon.c src/ratemoncancel.c src/ratemoncreate.c \
src/ratemondelete.c src/ratemongetstatus.c src/ratemongetstatistics.c \
src/ratemonresetstatistics.c src/ratemonresetall.c \
src/ratemonreportstatistics.c src/ratemonident.c \
src/ratemonperiod.c src/ratemontimeout.c src/ratemondata.c
-## INTR_C_FILES
+## INTR_C_FILES
librtems_a_SOURCES += src/intrbody.c src/intrcatch.c
## BARRIER_C_FILES
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 38675c7e88..8cf2eff059 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -158,7 +158,7 @@ libscore_a_SOURCES += src/thread.c src/threadchangepriority.c \
## THREAD_C_FILES only used by ITRON API
if LIBITRON
-libscore_a_SOURCES += src/threadrotatequeue.c
+libscore_a_SOURCES += src/threadrotatequeue.c
endif
## THREADQ_C_FILES
diff --git a/cpukit/score/cpu/m32r/Makefile.am b/cpukit/score/cpu/m32r/Makefile.am
index 5ea0536b88..cc0d2cae19 100644
--- a/cpukit/score/cpu/m32r/Makefile.am
+++ b/cpukit/score/cpu/m32r/Makefile.am
@@ -4,7 +4,7 @@
include $(top_srcdir)/automake/compile.am
-include_HEADERS =
+include_HEADERS =
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = rtems/asm.h