X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmake-src-depend;h=4f604f41ec77a5321e185da9ead5b46f9f5c6e7d;hb=313d1c4d8bd1f94564e5edda76ee6aac3ecb70fd;hp=a66f07028ad5aa3afdc5e32bddb0312a0ca1657f;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git- diff --git a/src/make-src-depend b/src/make-src-depend index a66f070..4f604f4 100644 --- a/src/make-src-depend +++ b/src/make-src-depend @@ -42,7 +42,7 @@ opendir SRCDIR, "." or die "$srcdir: $!"; for (grep (/\.[ch]$/, readdir (SRCDIR))) { $exists{$_} = 1; } closedir SRCDIR; -for (qw (config.h puresize-adjust.h sheap-adjust.h paths.h Emacs.ad.h)) { +for (qw (config.h sheap-adjust.h paths.h Emacs.ad.h)) { $generated_header{$_} = 1; }