mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
make alldeps: change Mkfiles/Makefile.* to Mkfiles/*.mak
The previous checkin switched to the naming scheme *.mak to be able to be more descriptive. Thus, change "make alldeps" accordingly.
This commit is contained in:
parent
e8bfecf275
commit
39afbce9d4
@ -199,7 +199,7 @@ splint:
|
||||
# it's expected to be invoked manually.
|
||||
#
|
||||
alldeps: perlreq
|
||||
$(PERL) mkdep.pl -M Makefile.in Mkfiles/Makefile.* -- \
|
||||
$(PERL) mkdep.pl -M Makefile.in Mkfiles/*.mak -- \
|
||||
. output
|
||||
./config.status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user