Update of /cvsroot/hoc/hoc/Samples/Editor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/Samples/Editor
Modified Files:
Makefile.in
Log Message:
Fixed bugs in build system
Index: Makefile.in
===================================================================
RCS file: /cvsroot/hoc/hoc/Samples/Editor/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.in 12 May 2004 05:44:12 -0000 1.1
+++ Makefile.in 17 May 2004 18:31:33 -0000 1.2
@@ -1,5 +1,12 @@
include ../../config.mk
+dist_srcdir = Samples/Editor
+dist_FILES = \
+ Contents/ \
+ $(wildcard *.hs) \
+ Makefile.in \
+ $(NULL)
+
all: Editor.app
Editor.app: Editor
|