summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-24 23:15:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-24 23:15:20 +0000
commit0bf2ff81792ae804742d8a1049e3a9c529882076 (patch)
tree30d79a59a1873a647686ae523af3e89fdd518535 /c/src/exec/posix/include
parentThese files were not added as part of a recent patch from (diff)
downloadrtems-0bf2ff81792ae804742d8a1049e3a9c529882076.tar.bz2
utime.h moved to c/src/lib/include/sys since it is needed by some libc
routines.
Diffstat (limited to 'c/src/exec/posix/include')
-rw-r--r--c/src/exec/posix/include/sys/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in
index 3a5dc8a0d3..6e70e913fe 100644
--- a/c/src/exec/posix/include/sys/Makefile.in
+++ b/c/src/exec/posix/include/sys/Makefile.in
@@ -16,7 +16,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
#H_PIECES=utsname
-H_PIECES=utime
+H_PIECES=
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES)