diff src/make-src-depend @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents abe6d1db359e
children 0784d089fdc9
line wrap: on
line diff
--- a/src/make-src-depend	Mon Aug 13 11:39:21 2007 +0200
+++ b/src/make-src-depend	Mon Aug 13 11:40:21 2007 +0200
@@ -93,7 +93,7 @@
 #endif
 ";
 
-my @LISP_H = ('lisp.h', keys %{$uses{'lisp.h'}});
+my @LISP_H = ('lisp.h', sort keys %{$uses{'lisp.h'}});
 print "LISP_H=@{[grep (!/lisp-(dis)?union\.h/, @LISP_H)]} \$(LISP_UNION_H)\n";
 
 sub PrintDeps {