Update of /cvsroot/pclasses/pclasses2/m4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21438/m4
Modified Files:
Makefile.toc
Log Message:
mass commit: toc-related fixes/changes
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/m4/Makefile.toc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.toc 23 Dec 2004 00:32:03 -0000 1.1
+++ Makefile.toc 24 Dec 2004 12:44:01 -0000 1.2
@@ -1,15 +1,14 @@
-#!/usr/bin/make
+#!/usr/bin/make -f
###################################################
# AUTO-GENERATED guess at a toc-aware Makefile,
# based off of the contents of directory:
-# ./src
+# ./m4
# Created by ./toc/bin/create_makefile_stubs.sh
-# Wed Dec 22 23:10:45 CET 2004
+# Thu Dec 23 01:31:56 CET 2004
# It must be tweaked to suit your needs.
###################################################
include toc.make
-
-DIST_FILES += $(wildcard *.m4 *.am)
+############## FLEXES:
all:
###################################################
# end auto-generated rules
|