Skip to content

Commit

Permalink
Fix make dist: don't depend on TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
Compyx committed Sep 2, 2021
1 parent db5fd86 commit f47e086
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 @@ -128,7 +128,7 @@ install: install-bin install-man


# Create source distribution tarball
dist: $(TARGET) $(DIST_FILES)
dist: $(DIST_FILES)
if [ -d $(DIST_DIR) ]; \
then rm -rd $(DIST_DIR); \
fi
Expand Down

0 comments on commit f47e086

Please sign in to comment.