Update of /cvsroot/hoc/hoc/Samples/ExpressionParser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7856/Samples/ExpressionParser
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/Samples/ExpressionParser/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.in 17 May 2004 18:31:33 -0000 1.1
+++ Makefile.in 18 May 2004 03:05:02 -0000 1.2
@@ -2,7 +2,7 @@
dist_srcdir = Samples/ExpressionParser
dist_FILES = \
- Contents/ \
+ Contents \
$(wildcard *.hs) \
Makefile.in \
$(NULL)
|