diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-28 23:16:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-28 23:16:42 +0000 |
commit | 1606700b569dfef44d2e31c8a87d93085a391f27 (patch) | |
tree | dd82b50863125b167be05cea4a4be4e2ef74de94 /Build/source/texk/kpathsea | |
parent | 714f73dc74d6d92b73003fe3c0b348348736f2c8 (diff) |
regenerate for config.h special cases
git-svn-id: svn://tug.org/texlive/trunk@4681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/depend.mk | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 9bf7e3ccb3a..e0dad3de1f2 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2007-07-29 Karl Berry <karl@tug.org> + + * depend.mk: regenerate again. + 2007-07-24 Karl Berry <karl@tug.org> * recorder.h (kpse_input, kpse_output): use const_string as diff --git a/Build/source/texk/kpathsea/depend.mk b/Build/source/texk/kpathsea/depend.mk index 629dd65adb7..5d0a2b14b22 100644 --- a/Build/source/texk/kpathsea/depend.mk +++ b/Build/source/texk/kpathsea/depend.mk @@ -31,7 +31,7 @@ access.o: access.c \ $(kpathsea_srcdir)/types.h \ $(kpathsea_srcdir)/lib.h \ $(kpathsea_srcdir)/progname.h -atou.lo: atou.c ../../../texk/kpathsea/config.h \ +atou.lo: atou.c config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h \ $(kpathsea_srcdir)/systypes.h \ @@ -326,7 +326,7 @@ fontmap.lo: fontmap.c \ $(kpathsea_srcdir)/recorder.h \ $(kpathsea_srcdir)/tex-file.h \ $(kpathsea_srcdir)/c-vararg.h -getopt.lo: getopt.c ../../../texk/kpathsea/config.h \ +getopt.lo: getopt.c config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h \ $(kpathsea_srcdir)/systypes.h \ @@ -696,7 +696,7 @@ strcasecmp.lo: strcasecmp.c \ $(kpathsea_srcdir)/lib.h \ $(kpathsea_srcdir)/progname.h strstr.lo: strstr.c -strtol.lo: strtol.c ../../../texk/kpathsea/config.h \ +strtol.lo: strtol.c config.h \ $(kpathsea_dir)/c-auto.h $(kpathsea_srcdir)/c-std.h \ $(kpathsea_srcdir)/c-unistd.h \ $(kpathsea_srcdir)/systypes.h \ |