Skip to content

Commit

Permalink
Makefile: Specify full path for node-modules
Browse files Browse the repository at this point in the history
When using this rule for po-refresh, working directory differs and this
script was not found.
  • Loading branch information
marusak committed May 26, 2021
1 parent ec7849d commit f3d21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ V_NODE_MODULES_0 = @V=0
# See https://www.gnu.org/software/make/manual/html_node/Force-Targets.html
FORCE:
package-lock.json: FORCE
$(V_NODE_MODULES) tools/node-modules make_package_lock_json
$(V_NODE_MODULES) $(top_srcdir)/tools/node-modules make_package_lock_json

install-data-local:: $(WEBPACK_INSTALL) $(MANIFESTS)
$(MKDIR_P) $(DESTDIR)$(pkgdatadir)
Expand Down

0 comments on commit f3d21bc

Please sign in to comment.