diff src/make-src-depend @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents c5d627a313b1
children a4f53d9b3154
line wrap: on
line diff
--- a/src/make-src-depend	Mon Aug 13 10:35:07 2007 +0200
+++ b/src/make-src-depend	Mon Aug 13 10:35:54 2007 +0200
@@ -89,7 +89,7 @@
 #endif
 ";
 
-my @LISP_H = ('lisp.h', 'config.h', sort keys %{$uses{'lisp.h'}});
+my @LISP_H = ('lisp.h', 'config.h');
 #@LISP_H = grep (! /lisp-(dis)?union\.h/, @LISP_H);
 print "LISP_H = @{[grep (!/lisp-(dis)?union\.h/, @LISP_H)]} \$(LISP_UNION_H)\n";