Skip to content

Commit

Permalink
Fix rollup binary target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi committed Jul 3, 2023
1 parent 8ec7c05 commit ed12226
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 @@ -91,7 +91,7 @@ EXTRA_DIST += $(jsmodules_DATA)

if ENABLE_JAVASCRIPT_MODULES

npm/node_modules/rollup/bin/rollup: npm/package.json
npm/node_modules/rollup/dist/bin/rollup: npm/package.json
cd npm && $(NPM) install && touch node_modules/rollup/dist/bin/rollup

npm/dist/janus.%.js: html/janus.js npm/node_modules/rollup/dist/bin/rollup npm/rollup.config.mjs npm/module.js
Expand Down

0 comments on commit ed12226

Please sign in to comment.