2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shell/Makefile.am: Remove shell.h from EXTRA_DIST.
This commit is contained in:
Ralf Corsepius
2002-08-09 10:29:31 +00:00
parent e27cd1829b
commit fbe799b32c
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/Makefile.am: Remove shell.h from EXTRA_DIST.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an

View File

@@ -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

View File

@@ -1,3 +1,7 @@
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shell/Makefile.am: Remove shell.h from EXTRA_DIST.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an

View File

@@ -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