Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Nessus: commits

libnasl/nasl Makefile,1.48,1.49

 

 

Nessus commits RSS feed   Index | Next | Previous | View Threaded


renaud at nessus

Jan 16, 2003, 5:46 AM

Post #1 of 1 (72 views)
Permalink
libnasl/nasl Makefile,1.48,1.49

Update of /usr/local/cvs/libnasl/nasl
In directory raccoon.nessus.org:/tmp/cvs-serv26214

Modified Files:
Makefile
Log Message:
Applied part of bug#63's patch - create $bindir if it does not exist already


Index: Makefile
===================================================================
RCS file: /usr/local/cvs/libnasl/nasl/Makefile,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Makefile 10 Jan 2003 17:15:00 -0000 1.48
+++ Makefile 16 Jan 2003 12:46:10 -0000 1.49
@@ -89,6 +89,7 @@
test -d ${libdir} || $(INSTALL_DIR) -m 755 ${libdir}
$(LIBTOOL) --mode install $(INSTALL) libnasl.la ${libdir}/libnasl.la

$(LIBTOOL) --finish ${libdir}

+ test -d ${bindir} || $(INSTALL_DIR) -m 755 ${bindir}
$(INSTALL) nasl ${bindir}/

Nessus commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.