2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* libmisc/Makefile.am: Fix typo.
This commit is contained in:
Joel Sherrill
2007-12-11 15:06:40 +00:00
parent c9f79e6da6
commit c62cad974c
2 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/Makefile.am: Fix typo.
2007-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, preinstall.am, libmisc/Makefile.am, libmisc/shell/cmds.c,

View File

@@ -64,14 +64,14 @@ libmw_fb_a_SOURCES = mw-fb/mw_fb.c mw-fb/mw_uid.c mw-fb/mw_fb.h \
if LIBSHELL
noinst_LIBRARIES += libshell.a
libshell_a_SOURCES = shell/cat_file.c shell/cmd_alias.c shell/cmd_cat.c
shell/cmd_cd.c shell/cmd_chdir.c shell/cmd_chmod.c shell/cmd_chroot.c
shell/cmd_date.c shell/cmd_dir.c shell/cmd_exit.c shell/cmd_help.c
shell/cmd_id.c shell/cmd_logoff.c shell/cmd_ls.c shell/cmd_mallocdump.c
shell/cmd_mdump.c shell/cmd_medit.c shell/cmd_mfill.c shell/cmd_mkdir.c
shell/cmd_mmove.c shell/cmd_mwdump.c shell/cmd_pwd.c shell/cmd_rm.c
shell/cmd_rmdir.c shell/cmds.c shell/cmd_tty.c shell/cmd_umask.c
shell/cmd_whoami.c shell/internal.h shell/shell.c shell/shellconfig.c
libshell_a_SOURCES = shell/cat_file.c shell/cmd_alias.c shell/cmd_cat.c \
shell/cmd_cd.c shell/cmd_chdir.c shell/cmd_chmod.c shell/cmd_chroot.c \
shell/cmd_date.c shell/cmd_dir.c shell/cmd_exit.c shell/cmd_help.c \
shell/cmd_id.c shell/cmd_logoff.c shell/cmd_ls.c shell/cmd_mallocdump.c \
shell/cmd_mdump.c shell/cmd_medit.c shell/cmd_mfill.c shell/cmd_mkdir.c \
shell/cmd_mmove.c shell/cmd_mwdump.c shell/cmd_pwd.c shell/cmd_rm.c \
shell/cmd_rmdir.c shell/cmds.c shell/cmd_tty.c shell/cmd_umask.c \
shell/cmd_whoami.c shell/internal.h shell/shell.c shell/shellconfig.c \
shell/shellconfig.h shell/shell.h shell/str2int.c
endif