From: Andre P. <at...@us...> - 2004-05-17 18:31:42
|
Update of /cvsroot/hoc/hoc/InterfaceGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/InterfaceGenerator Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/InterfaceGenerator/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 17 May 2004 18:07:42 -0000 1.4 +++ Makefile.in 17 May 2004 18:31:32 -0000 1.5 @@ -3,6 +3,7 @@ dist_srcdir = InterfaceGenerator dist_FILES = \ $(wildcard *.hs) \ + Makefile.in \ $(NULL) all: ifgen |