From f4287b3c83278526dfba9fd5311d4bcbef2180c3 Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Thu, 16 Apr 2015 14:22:45 +0300 Subject: [PATCH] do not add Makefile.conf to the tarball Since every tarball install is independent, Makefile.conf should not be inherited (cherry picked from commit 0a3803244c1ccfa8598c8d82c15e11b8d89bb015) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 798530dea5c..48567b662be 100644 --- a/Makefile +++ b/Makefile @@ -421,6 +421,7 @@ tar: $(NEWREVISION) --exclude=.svn* \ --exclude=.git \ --exclude=.gitignore \ + --exclude=Makefile.conf \ --exclude=*.[do] \ --exclude=*.so \ --exclude=*.il \