make_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it.
authorNicholas Clark <nick@ccl4.org>
Mon, 12 Jan 2009 15:01:10 +0000 (15:01 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 12 Jan 2009 15:03:24 +0000 (15:03 +0000)
commit1ec755da0d4d3efe15779aac026b2b5752e3e4db
tree64ac8519891017cb0865c67776b55c975859f290
parent85d5bcfac34dc3213dcb159ca1db2858d85cb746
make_patchnum requires miniperl$(EXE_EXT) to run, so it needs to depend on it.
Also, make_patchnum had not been part of the prerequisites of the common
targets 'perl' or 'test', only 'all', so often it was not getting run. Add it
as a prerequisite of perl$(EXT_EXE), so that it is run on 'make perl' or
'make test'.
Makefile.SH