[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] dmraid/lib Makefile.in
- From: heinzm sourceware org
- To: dm-cvs sourceware org, dm-devel redhat com
- Cc:
- Subject: [dm-devel] dmraid/lib Makefile.in
- Date: 16 Sep 2009 11:51:33 -0000
CVSROOT: /cvs/dm
Module name: dmraid
Changes by: heinzm 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]