Skip to content

Commit

Permalink
Merge pull request #51 from davidstutz/master
Browse files Browse the repository at this point in the history
Quick fix for #47.
  • Loading branch information
cosmin committed Mar 14, 2015
2 parents 41bd9cb + 4a11ade commit 4a923a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $(GITHG_F): $(HGFE_D)
rm -rf $(HGFE_D)
git submodule update --init
mkdir -p $(BUILDDIR)
$(SED) 's|GITHG_HOME=.*|GITHG_HOME=$(GITHGEXECDIR)|' $< > $@
$(SED) 's|GITHG_HOME=.*|GITHG_HOME=$(GITHGEXECDIR)|' $(GITHG_S) > $@

$(HGFE_D):
rm -rf $(HGFE_D)
Expand Down

0 comments on commit 4a923a8

Please sign in to comment.