comparison 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
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
91 #else 91 #else
92 LISP_UNION_H=lisp-disunion.h 92 LISP_UNION_H=lisp-disunion.h
93 #endif 93 #endif
94 "; 94 ";
95 95
96 my @LISP_H = ('lisp.h', keys %{$uses{'lisp.h'}}); 96 my @LISP_H = ('lisp.h', sort keys %{$uses{'lisp.h'}});
97 print "LISP_H=@{[grep (!/lisp-(dis)?union\.h/, @LISP_H)]} \$(LISP_UNION_H)\n"; 97 print "LISP_H=@{[grep (!/lisp-(dis)?union\.h/, @LISP_H)]} \$(LISP_UNION_H)\n";
98 98
99 sub PrintDeps { 99 sub PrintDeps {
100 my $file = shift; 100 my $file = shift;
101 my $ofile = $file; $ofile =~ s/c$/o/; print "$ofile: "; 101 my $ofile = $file; $ofile =~ s/c$/o/; print "$ofile: ";