Makefile.in: fix typo in pathname

tools/ not qtools/

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2017-11-29 15:27:51 -08:00
parent 670db2fd35
commit 4b70b62ba2

View file

@ -505,7 +505,7 @@ alldeps: $(PERLREQ) tools/syncfiles.pl tools/mkdep.pl
# Strip internal dependency information from all Makefiles; this makes # Strip internal dependency information from all Makefiles; this makes
# the output good for git checkin # 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/syncfiles.pl Makefile.in Mkfiles/*.mak
$(RUNPERL) tools/mkdep.pl -e -M Makefile.in Mkfiles/*.mak -- \ $(RUNPERL) tools/mkdep.pl -e -M Makefile.in Mkfiles/*.mak -- \
$(DEPDIRS) $(DEPDIRS)