Skip to content

Commit

Permalink
do not add Makefile.conf to the tarball
Browse files Browse the repository at this point in the history
Since every tarball install is independent, Makefile.conf should not be
inherited

(cherry picked from commit 0a38032)
  • Loading branch information
razvancrainea committed Apr 16, 2015
1 parent 0d04e75 commit f4287b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -421,6 +421,7 @@ tar: $(NEWREVISION)
--exclude=.svn* \
--exclude=.git \
--exclude=.gitignore \
--exclude=Makefile.conf \
--exclude=*.[do] \
--exclude=*.so \
--exclude=*.il \
Expand Down

0 comments on commit f4287b3

Please sign in to comment.