From: Bruno Haible Date: Fri, 27 Apr 2007 18:18:49 +0000 (+0000) Subject: Rename lib/stat_.h to lib/sys_stat_.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6addaba1198e1220ec85e1b6c52cdd2a364cc063;p=pspp Rename lib/stat_.h to lib/sys_stat_.h. --- diff --git a/ChangeLog b/ChangeLog index b6897fb312..2e76d2fa74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-27 Bruno Haible + + * lib/sys_stat_.h: Renamed from lib/stat_.h. + * modules/sys_stat (Makefile.am): Update. + 2007-04-27 Eric Blake * lib/freading.h: Improve comments. diff --git a/modules/sys_stat b/modules/sys_stat index b8d8c62b41..a37456bb7d 100644 --- a/modules/sys_stat +++ b/modules/sys_stat @@ -2,7 +2,7 @@ Description: A for systems with missing declarations. Files: -lib/stat_.h +lib/sys_stat_.h m4/sys_stat_h.m4 Depends-on: @@ -17,12 +17,12 @@ BUILT_SOURCES += $(SYS_STAT_H) # We need the following in order to create when the system # has one that is incomplete. -sys/stat.h: stat_.h +sys/stat.h: sys_stat_.h @MKDIR_P@ sys rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \ - < $(srcdir)/stat_.h; \ + < $(srcdir)/sys_stat_.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t