From 5878b1b5f9229f5432af3c046192bfddaa849bfe Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 23 Jun 2008 17:21:40 +0000
Subject: [PATCH] Remove lib/Makefile.libcommon

Reviewed-by: iustinp
---
 lib/Makefile.libcommon | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 lib/Makefile.libcommon

diff --git a/lib/Makefile.libcommon b/lib/Makefile.libcommon
deleted file mode 100644
index 73b48f3fa..000000000
--- a/lib/Makefile.libcommon
+++ /dev/null
@@ -1,8 +0,0 @@
-# We need to create symlinks because "make distcheck" will not install Python
-# files for building.
-pre-check: all
-	for i in $(python_files); do \
-		if test ! -f $$i; then \
-			$(LN_S) $(srcdir)/$$i $$i; \
-		fi; \
-	done
-- 
GitLab