X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmake-src-depend;h=aaa31558e817d8852a5aca181db384851ce9c285;hb=a699139716d7a947173ebc9a7130cc0eead5da7f;hp=ace1007356594792bdf1d2e1e07798ffaaf7011c;hpb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;p=chise%2Fxemacs-chise.git- diff --git a/src/make-src-depend b/src/make-src-depend index ace1007..aaa3155 100644 --- a/src/make-src-depend +++ b/src/make-src-depend @@ -93,7 +93,7 @@ LISP_UNION_H=lisp-disunion.h #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 {