aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorThomas Tsou <tom@tsou.cc>2013-11-08 11:17:44 -0500
committerThomas Tsou <tom@tsou.cc>2013-11-08 11:18:46 -0500
commit035bee5c327a748ac75bf2274d5b810356af4b83 (patch)
tree247dae8f8228aaa13307bc5417f8cabe41b9f2b5 /Makefile.common
parentcf910dcdda1c3e4cdaf3c0d621e4884d08cbc917 (diff)
build: Remove subversion references
We do not use subversion. We do not need to refer to subversion reference numbers. Signed-off-by: Thomas Tsou <tom@tsou.cc>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 0766dd1..734ab3a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -18,7 +18,6 @@
# 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)
@@ -26,8 +25,6 @@ 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) \