From: Andre P. <at...@us...> - 2004-05-18 02:37:05
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3381 Modified Files: Makefile.in Log Message: Removed rather evil 'make install' command from distcheck target Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 17 May 2004 18:42:32 -0000 1.4 +++ Makefile.in 18 May 2004 02:36:48 -0000 1.5 @@ -48,7 +48,7 @@ ./hoc-@PACKAGE_VERSION@ distcheck: dist - ( cd "$(dist_dir)" && ./configure && make && make install ) + ( cd "$(dist_dir)" && ./configure && make ) libffi-src/build/src/raw_api.o: ( cd libffi-src/build && $(MAKE) ) |