File openvas-libraries-Makefile-2.0.0.patch of Package openvas-libraries

Index: Makefile
===================================================================
--- Makefile.orig	2009-05-29 19:09:54.000000000 +0200
+++ Makefile	2009-06-12 18:13:54.000000000 +0200
@@ -37,7 +37,7 @@
 	$(SHELL) configure $(CONFIGURE_ARGS)
 	touch $@
 
-install : all
+install :
 	test -d $(DESTDIR)${prefix} || ${INSTALL_DIR} -m 755 $(DESTDIR)${prefix}
 	test -d $(DESTDIR)${includedir}/openvas || ${INSTALL_DIR} -m 755 $(DESTDIR)${includedir}/openvas
 	cd libopenvas && ${MAKE} install
Index: libopenvas/Makefile
===================================================================
--- libopenvas/Makefile.orig	2009-05-29 19:09:54.000000000 +0200
+++ libopenvas/Makefile	2009-06-12 18:14:18.000000000 +0200
@@ -146,7 +146,7 @@
 	$(LINK) -o libopenvas.la $(LO_OBJS) $(LIBS) -rpath ${libdir} \
 	-version-info ${PACKAGE_VERSION}
 
-install : libopenvas.la
+install :
 	test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
 	$(LIBTOOL) --mode install $(INSTALL) libopenvas.la $(DESTDIR)${libdir}/libopenvas.la
 	$(LIBTOOL) --finish $(DESTDIR)${libdir}
Index: libopenvas_hg/Makefile
===================================================================
--- libopenvas_hg/Makefile.orig	2009-03-27 12:09:25.000000000 +0100
+++ libopenvas_hg/Makefile	2009-06-12 18:14:33.000000000 +0200
@@ -38,7 +38,7 @@
 test : libopenvas_hg.la test.c
 	$(CC) $(DEFS) $(include) $(CFLAGS) -Wall -I../libopenvas test.c -o test -L.libs -lopenvas_hg $(LIBS)
 
-install : libopenvas_hg.la
+install :
 	test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
 	$(LIBTOOL) --mode install $(INSTALL) libopenvas_hg.la $(DESTDIR)${libdir} 
 	$(LIBTOOL) --finish $(DESTDIR)${libdir}
openSUSE Build Service is sponsored by