Skip to content

Commit

Permalink
Fix: No rule to make target 'gen/version.c'
Browse files Browse the repository at this point in the history
It seems this issue occurs on Federa.
  • Loading branch information
semigodking committed Apr 20, 2019
1 parent a40e60b commit b9cafa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ gen/version.c: *.c *.h gen/.build
echo '"-unclean"'; \
fi; \
echo '"\\n"'; \
echo '"Features: $(FEATURES)"' \
echo '"Features: $(FEATURES)"'; \
else \
echo '"redsocks/$(VERSION) $(CRYPTO)"'; \
echo '"\\n"'; \
echo '"Features: $(FEATURES)"' \
echo '"Features: $(FEATURES)"'; \
fi >> $@.tmp
echo ';' >> $@.tmp
mv -f $@.tmp $@
Expand Down

0 comments on commit b9cafa9

Please sign in to comment.