diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/Makefile.in b/js/src/Makefile.in index bc99e62b5d..a8b685ef02 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -185,7 +185,7 @@ install:: js-config.h # install:: - $(call py_action,process_install_manifest,--no-remove --no-symlinks $(DESTDIR)$(includedir) $(DEPTH)/_build_manifests/install/dist_include) + $(call py_action,process_install_manifest,--track install_dist_include.track --no-symlinks $(DESTDIR)$(includedir) $(DEPTH)/_build_manifests/install/dist_include) # # END SpiderMonkey header installation |