From 4d4f67b1afae2200fa8c3541735a2d3e1685a623 Mon Sep 17 00:00:00 2001 From: okuji Date: Sun, 13 Jun 2004 19:15:56 +0000 Subject: [PATCH] 2004-06-13 Yoshinori K. Okuji * stage2/Makefile.am (noinst_HEADERS): Added ufs2.h. --- ChangeLog | 4 ++++ stage2/Makefile.am | 2 +- stage2/Makefile.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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)