diff --git a/ChangeLog b/ChangeLog index e34ca3cb5..2b20639ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-13 Yoshinori K. Okuji + + * stage2/Makefile.am (noinst_HEADERS): Added ufs2.h. + 2004-06-13 Yoshinori K. Okuji * configure.ac (AC_INIT): Upgraded to 0.95. diff --git a/stage2/Makefile.am b/stage2/Makefile.am index c0d6e71f6..cdfbde24c 100644 --- a/stage2/Makefile.am +++ b/stage2/Makefile.am @@ -7,7 +7,7 @@ noinst_HEADERS = apic.h defs.h dir.h disk_inode.h disk_inode_ffs.h \ fat.h filesys.h freebsd.h fs.h hercules.h i386-elf.h \ imgact_aout.h iso9660.h jfs.h mb_header.h mb_info.h md5.h \ nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \ - terminfo.h tparm.h nbi.h vstafs.h xfs.h + terminfo.h tparm.h nbi.h ufs2.h vstafs.h xfs.h EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS) # For . diff --git a/stage2/Makefile.in b/stage2/Makefile.in index ffc8dda5b..037150fe4 100644 --- a/stage2/Makefile.in +++ b/stage2/Makefile.in @@ -560,7 +560,7 @@ noinst_HEADERS = apic.h defs.h dir.h disk_inode.h disk_inode_ffs.h \ fat.h filesys.h freebsd.h fs.h hercules.h i386-elf.h \ imgact_aout.h iso9660.h jfs.h mb_header.h mb_info.h md5.h \ nbi.h pc_slice.h serial.h shared.h smp-imps.h term.h \ - terminfo.h tparm.h nbi.h vstafs.h xfs.h + terminfo.h tparm.h nbi.h ufs2.h vstafs.h xfs.h EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS)