comparison src/make-src-depend @ 1304:579d37cb4395

[xemacs-hg @ 2003-02-15 11:20:38 by ben] make-src-depend updated in previous checkin but omitted in patcher; this time just correct the usage note and check in the changelog
author ben
date Sat, 15 Feb 2003 11:20:40 +0000
parents f99d3d25df86
children 1b0339b048ce
comparison
equal deleted inserted replaced
1303:f99d3d25df86 1304:579d37cb4395
33 ($myName = $0) =~ s@.*/@@; my $usage =" 33 ($myName = $0) =~ s@.*/@@; my $usage ="
34 Usage: $myName 34 Usage: $myName
35 35
36 Generates Makefile dependencies for the XEmacs src directory. 36 Generates Makefile dependencies for the XEmacs src directory.
37 The dependencies are written to stdout. 37 The dependencies are written to stdout.
38
39 If --quick-build, don't include config.h and lisp.h in the dependencies,
40 for faster rebuilding.
41 "; 38 ";
42 39
43 die $usage if @ARGV; 40 die $usage if @ARGV;
44 41
45 ($srcdir = $0) =~ s@[^/]+$@@; 42 ($srcdir = $0) =~ s@[^/]+$@@;