mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
Makefile.in: fix typo in pathname
tools/ not qtools/ Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
670db2fd35
commit
4b70b62ba2
@ -505,7 +505,7 @@ alldeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
|
||||
|
||||
# Strip internal dependency information from all Makefiles; this makes
|
||||
# the output good for git checkin
|
||||
cleandeps: $(PERLREQ) qtools/syncfiles.pl tools/mkdep.pl
|
||||
cleandeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
|
||||
$(RUNPERL) tools/syncfiles.pl Makefile.in Mkfiles/*.mak
|
||||
$(RUNPERL) tools/mkdep.pl -e -M Makefile.in Mkfiles/*.mak -- \
|
||||
$(DEPDIRS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user