libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd Makefile.in


From: Edward Rosten
Subject: [libcvd-members] libcvd Makefile.in
Date: Wed, 10 Jun 2009 17:37:51 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        09/06/10 17:37:51

Modified files:
        .              : Makefile.in 

Log message:
        Removed GNUism for portability.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/Makefile.in?cvsroot=libcvd&r1=1.91&r2=1.92

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/libcvd/libcvd/Makefile.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- Makefile.in 4 Jun 2009 17:08:48 -0000       1.91
+++ Makefile.in 10 Jun 2009 17:37:51 -0000      1.92
@@ -171,7 +171,7 @@
        $(RANLIB) libcvd_debug.a
 
 #Automatically deduce the debug directories
-DEBUG_DIRS=$(shell find ???_src -type d -not -name 'CVS' -printf 'debug/%p\n')
+DEBUG_DIRS=$(shell find ???_src -type d -not -name 'CVS' | xargs -n1 -Ix  echo 
 debug/x )
 
 #This the debug subdir all debug directories, so specifying a dependency on 
this
 #will ensure that all subdirs get created




reply via email to

[Prev in Thread] Current Thread [Next in Thread]