Update of /cvsroot/pclasses/pclasses2/toc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28301
Modified Files:
Makefile.toc
Log Message:
copied in Makefiles from s11n toc dist ==> Makefile.toc. These work.
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/toc/Makefile.toc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.toc 23 Dec 2004 00:18:56 -0000 1.1
+++ Makefile.toc 23 Dec 2004 00:37:16 -0000 1.2
@@ -1,3 +1,5 @@
include toc.make
-SUBDIRS = make tests bin sbin
-all:
+
+SUBDIRS = sbin bin tests make
+
+all: subdirs
|