Update of /cvsroot/hoc/hoc/Tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5442/Tools
Modified Files:
Makefile.in
Log Message:
Install hocwrap to user's "./configure --prefix=" parameter, rather than
hardcoding it to /usr/local/bin
Index: Makefile.in
===================================================================
RCS file: /cvsroot/hoc/hoc/Tools/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.in 17 May 2004 18:07:42 -0000 1.3
+++ Makefile.in 19 May 2004 16:06:05 -0000 1.4
@@ -21,4 +21,4 @@
rm -rf hocwrap build
install: all
- install -s hocwrap /usr/local/bin/
+ install -s hocwrap $(bindir)
|