aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-08-29 01:58:20 +0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-08-29 01:58:20 +0400
commit0ffe815bbce78c896a6cc0b8a689afdfcfe4f5ae (patch)
tree785239714368c4c3c4d5250de01db09894dfa627 /Makefile.common
parent19ae715e7126e6c333874d415f56959eac0e6654 (diff)
Build: Remove dependency on SVN since we don't use it anymore anywhere.achemeris/stable_threads
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.common b/Makefile.common
index 0766dd1..599c41e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -18,18 +18,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-#hack to get around symlink svn:externals in git -kurtis
-top_srcdir = $(abs_top_srcdir)
-top_builddir = $(abs_top_builddir)
-
COMMON_INCLUDEDIR = $(top_srcdir)/CommonLibs
GSM_INCLUDEDIR = $(top_srcdir)/GSM
SQLITE_INCLUDEDIR = $(top_srcdir)/sqlite3
-SVNDEV = -D'SVN_REV="$(shell svnversion -n $(top_builddir))"'
-
STD_DEFINES_AND_INCLUDES = \
- $(SVNDEV) \
-I$(COMMON_INCLUDEDIR) \
-I$(GSM_INCLUDEDIR) \
-I$(SQLITE_INCLUDEDIR)