XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / src / make-src-depend
index a66f070..4f604f4 100644 (file)
@@ -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;
 }