From cb3a00e027138b320673ddda6f6b4849a44a92ac Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 5 Apr 2004 16:20:50 +0000 Subject: [PATCH] Move library targets definition into template. --- libdm/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/libdm/Makefile.in b/libdm/Makefile.in index 1560969c6..9d2a13fb3 100644 --- a/libdm/Makefile.in +++ b/libdm/Makefile.in @@ -24,8 +24,6 @@ INCLUDES = -I$(interface) LIB_STATIC = $(interface)/libdevmapper.a LIB_SHARED = $(interface)/libdevmapper.so -TARGETS = $(LIB_STATIC) $(LIB_SHARED) - include ../make.tmpl .PHONY: install_dynamic install_static \