Skip to content

Commit

Permalink
contrib: fixed njs make rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Feb 28, 2023
1 parent 814815a commit 1d51587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/contrib/src/njs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ njs: njs-$(NJS_VERSION).tar.gz .sum-njs
$(MOVE)

.njs: njs
cd $< && ./configure --no-libxml2 && $(MAKE) libnjs
cd $< && ./configure --no-libxml2 && $(MAKE) libnjs
touch $@

0 comments on commit 1d51587

Please sign in to comment.