You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
697 B
26 lines
697 B
From 3b80333b8d98e74bef22e5484b9db2b79310303f Mon Sep 17 00:00:00 2001
|
|
From: rpmbuild <rpmbuild@fedoraproject.org>
|
|
Date: Thu, 20 Feb 2014 19:44:49 +0100
|
|
Subject: [PATCH] never run autogen.sh
|
|
|
|
---
|
|
Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 41479bd..a5d7368 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -19,7 +19,7 @@ build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
|
|
|
|
SRCDIR := @SRC_ROOT@
|
|
BUILDDIR := @BUILDDIR@
|
|
-GIT_BUILD := $(if $(wildcard $(SRCDIR)/.git),T)
|
|
+GIT_BUILD :=
|
|
|
|
# Run autogen.sh if needed and force make to restart itself.
|
|
# ... but there are several cases where we do not want to run
|
|
--
|
|
2.1.0
|
|
|