[routino] readd the .FORCE makefile target

Kevin Kofler kkofler at fedoraproject.org
Sun Jul 21 00:28:34 UTC 2013


commit 2fa601f69e213354b05e87f4058c723cc675b44a
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Jul 21 02:27:44 2013 +0200

    readd the .FORCE makefile target
    
    It fails to build otherwise.

 routino-2.6-makefiles.patch |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/routino-2.6-makefiles.patch b/routino-2.6-makefiles.patch
index 65eed66..b65c6a4 100644
--- a/routino-2.6-makefiles.patch
+++ b/routino-2.6-makefiles.patch
@@ -91,7 +91,7 @@ diff -ur routino-2.6/Makefile.conf routino-2.6-makefiles/Makefile.conf
  # Required for multi-threaded support (comment these two lines out if not required)
 diff -ur routino-2.6/src/Makefile routino-2.6-makefiles/src/Makefile
 --- routino-2.6/src/Makefile	2013-07-06 11:50:48.000000000 +0200
-+++ routino-2.6-makefiles/src/Makefile	2013-07-21 02:05:50.000000000 +0200
++++ routino-2.6-makefiles/src/Makefile	2013-07-21 02:26:10.000000000 +0200
 @@ -58,8 +58,8 @@
  	-@[ -d $(WEBBINDIR) ] && \
  	  for file in $(EXE); do \
@@ -138,16 +138,24 @@ diff -ur routino-2.6/src/Makefile routino-2.6-makefiles/src/Makefile
  	  done
  
  ########
-@@ -199,6 +197,9 @@
+@@ -199,10 +197,17 @@
  
  ########
  
-+.deps:
++.deps: .FORCE
 +	@[ -d .deps ] || mkdir $@
 +
  include $(D)
  
  ########
+ 
++.FORCE:
++
++########
++
+ .PHONY:: all test install clean distclean
+ 
+ .PHONY:: all-local install-local clean-local distclean-local
 diff -ur routino-2.6/xml/Makefile routino-2.6-makefiles/xml/Makefile
 --- routino-2.6/xml/Makefile	2013-07-06 11:45:14.000000000 +0200
 +++ routino-2.6-makefiles/xml/Makefile	2013-07-21 01:54:47.000000000 +0200


More information about the scm-commits mailing list