summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/shell/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 10:29:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 10:29:31 +0000
commitfbe799b32c6dfadb7ebd9ca6f14600a97d45a9ce (patch)
tree45d11ff6144a635fe9f6086e41c098965dba8306 /c/src/libmisc/shell/Makefile.am
parent2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fbe799b32c6dfadb7ebd9ca6f14600a97d45a9ce.tar.bz2
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/Makefile.am: Remove shell.h from EXTRA_DIST.
Diffstat (limited to '')
-rw-r--r--c/src/libmisc/shell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libmisc/shell/Makefile.am b/c/src/libmisc/shell/Makefile.am
index 24e8701849..a1b8d9ee2d 100644
--- a/c/src/libmisc/shell/Makefile.am
+++ b/c/src/libmisc/shell/Makefile.am
@@ -38,6 +38,6 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
.PRECIOUS: $(LIB)
-EXTRA_DIST = README shell.c cmds.c shell.h
+EXTRA_DIST = README shell.c cmds.c
include $(top_srcdir)/../../../automake/local.am