[PVFS2-CVS] commit by slang in pvfs2: Makefile.in
CVS commit program
cvs at parl.clemson.edu
Wed Nov 30 12:15:23 EST 2005
Update of /projects/cvsroot/pvfs2
In directory parlweb:/tmp/cvs-serv10536
Modified Files:
Makefile.in
Log Message:
added all dep to install target. now I can just type make install and magic stuff happens!
Index: Makefile.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/Makefile.in,v
diff -p -u -r1.206 -r1.207
--- Makefile.in 15 Nov 2005 16:41:31 -0000 1.206
+++ Makefile.in 30 Nov 2005 17:15:23 -0000 1.207
@@ -753,7 +753,7 @@ install_doc:
install -m 644 $(srcdir)/doc/man/*.1 $(mandir)/man1
install -m 644 $(srcdir)/doc/man/*.5 $(mandir)/man5
-install:: install_doc
+install:: all install_doc
install -d $(prefix)/include
install -m 644 $(srcdir)/include/pvfs2.h $(prefix)/include
install -m 644 $(srcdir)/include/pvfs2-request.h $(prefix)/include
More information about the PVFS2-CVS
mailing list