]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2004-06-13 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Sun, 13 Jun 2004 19:15:56 +0000 (19:15 +0000)
committerokuji <okuji@localhost>
Sun, 13 Jun 2004 19:15:56 +0000 (19:15 +0000)
* stage2/Makefile.am (noinst_HEADERS): Added ufs2.h.

ChangeLog
stage2/Makefile.am
stage2/Makefile.in

index e34ca3cb54f7e8fda592b921b734c63e6e6af5d2..2b20639ad6237f2afabfa8c63c4b1bb1e1673841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-13  Yoshinori K. Okuji  <okuji@enbug.org>
+
+       * stage2/Makefile.am (noinst_HEADERS): Added ufs2.h.
+       
 2004-06-13  Yoshinori K. Okuji  <okuji@enbug.org>
 
        * configure.ac (AC_INIT): Upgraded to 0.95.
index c0d6e71f610a03aab451289346499652edf699ac..cdfbde24cb50716bc95659925750a4b46f6a954b 100644 (file)
@@ -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 <stage1.h>.
index ffc8dda5bc5e5ef4af0d4baac945b424c9b73fd8..037150fe4fe79f805b8624a36e600ace29b09673 100644 (file)
@@ -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)