[dm-devel] dmraid/lib Makefile.in

heinzm at sourceware.org heinzm at sourceware.org
Wed Sep 16 11:51:33 UTC 2009


CVSROOT:	/cvs/dm
Module name:	dmraid
Changes by:	heinzm at sourceware.org	2009-09-16 11:51:32

Modified files:
	lib            : Makefile.in 

Log message:
	Avoid building dmreg.o

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/dmraid/lib/Makefile.in.diff?cvsroot=dm&r1=1.3&r2=1.4

--- dmraid/lib/Makefile.in	2009/09/16 11:45:12	1.3
+++ dmraid/lib/Makefile.in	2009/09/16 11:51:32	1.4
@@ -8,7 +8,7 @@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 
-SOURCES=\
+SOURCES  = \
 	activate/activate.c \
 	activate/devmapper.c \
 	device/ata.c \
@@ -45,7 +45,7 @@
 	format/ddf/ddf1_dump.c \
 	format/partition/dos.c
 
-ifeq ( "@STATIC_LINK", "no")
+ifeq ("@STATIC_LINK@", "no")
 	SOURCES += register/dmreg.c
 endif
 




More information about the dm-devel mailing list