Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
87 #else | 87 #else |
88 LISP_UNION_H=lisp-disunion.h | 88 LISP_UNION_H=lisp-disunion.h |
89 #endif | 89 #endif |
90 "; | 90 "; |
91 | 91 |
92 my @LISP_H = ('lisp.h', 'config.h', sort keys %{$uses{'lisp.h'}}); | 92 my @LISP_H = ('lisp.h', 'config.h'); |
93 #@LISP_H = grep (! /lisp-(dis)?union\.h/, @LISP_H); | 93 #@LISP_H = grep (! /lisp-(dis)?union\.h/, @LISP_H); |
94 print "LISP_H = @{[grep (!/lisp-(dis)?union\.h/, @LISP_H)]} \$(LISP_UNION_H)\n"; | 94 print "LISP_H = @{[grep (!/lisp-(dis)?union\.h/, @LISP_H)]} \$(LISP_UNION_H)\n"; |
95 | 95 |
96 sub PrintDeps { | 96 sub PrintDeps { |
97 my $file = shift; | 97 my $file = shift; |