2003-11-27 14:53:24 -05:00
|
|
|
$OpenBSD: patch-nessus-libraries_libhosts_gatherer_Makefile,v 1.2 2003/11/27 19:53:24 sturm Exp $
|
|
|
|
--- nessus-libraries/libhosts_gatherer/Makefile.orig 2003-04-06 21:06:49.000000000 -0500
|
|
|
|
+++ nessus-libraries/libhosts_gatherer/Makefile 2003-09-29 14:26:53.000000000 -0500
|
2002-07-04 11:37:03 -04:00
|
|
|
@@ -19,7 +19,6 @@ test : libhosts_gatherer.la
|
|
|
|
install : libhosts_gatherer.la
|
2003-11-27 14:53:24 -05:00
|
|
|
test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
|
|
|
|
$(LIBTOOL) --mode install $(INSTALL) libhosts_gatherer.la $(DESTDIR)${libdir}
|
|
|
|
- $(LIBTOOL) --finish $(DESTDIR)${libdir}
|
2002-07-04 11:37:03 -04:00
|
|
|
|
|
|
|
libhosts_gatherer.la : $(OBJS)
|
|
|
|
$(LIBTOOL) $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \
|