From 4b70b62ba29a8ba30550b0104d43d3f57956c4cb Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 29 Nov 2017 15:27:51 -0800 Subject: [PATCH] Makefile.in: fix typo in pathname tools/ not qtools/ Signed-off-by: H. Peter Anvin --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4b4b91f4..b1925d6b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)