1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From 140e58fa93877acd2f389ebd5f3fb159b035a95e Mon Sep 17 00:00:00 2001
From: Dominic Hargreaves <dom@earth.li>
Date: Sun, 24 Mar 2013 18:38:11 +0000
Subject: Don't run the testdeps portion of configuration
Author: <gerardo@anneke.gerardo.com.ve>
Forwarded: not-needed
Patch-Name: no_testdeps.diff
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 27650d2c..30967251 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -362,7 +362,7 @@ clean-mason-cache:
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/etc/*
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/obj/*
-install: testdeps config-install dirs files-install fixperms instruct
+install: config-install dirs files-install fixperms instruct
files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install font-install po-install static-install
|