From: Andre P. <at...@us...> - 2004-05-18 03:05:16
|
Update of /cvsroot/hoc/hoc/Bindings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7856/Bindings Modified Files: Makefile.in Log Message: Fixed dist_FILES Makefile variables to make it work with BSD's cp Fixed removal of CVS and *~ directories from distribution tarball Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Bindings/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:41 -0000 1.3 +++ Makefile.in 18 May 2004 03:05:01 -0000 1.4 @@ -2,7 +2,7 @@ dist_srcdir = Bindings dist_FILES = \ - AdditionalCode/ \ + AdditionalCode \ Makefile.in \ binding-script.txt \ $(NULL) |