summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-11-29 15:27:51 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-11-29 15:27:51 -0800
commit4b70b62ba29a8ba30550b0104d43d3f57956c4cb (patch)
tree3b8fa06d586d490ae463ad30867bf58094d8c61d /Makefile.in
parent670db2fd35b5d9a630372b9f7fabb06941e02fe9 (diff)
downloadnasm-4b70b62ba29a8ba30550b0104d43d3f57956c4cb.tar.gz
Makefile.in: fix typo in pathname
tools/ not qtools/ Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)