Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv24852
Modified Files:
makefile
Log Message:
fix dependency order
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** makefile 30 Mar 2003 18:49:07 -0000 1.16
--- makefile 2 Apr 2003 18:41:10 -0000 1.17
***************
*** 39,44 ****
Port/Controls.hs \
Port/FileDialog.hs Port/ColorDialog.hs Port/FontDialog.hs \
! Port/Menu.hs Port/Window.hs Port/Process.hs \
! Port/Timer.hs \
Port/Message.hs \
Port/Document.hs \
--- 39,44 ----
Port/Controls.hs \
Port/FileDialog.hs Port/ColorDialog.hs Port/FontDialog.hs \
! Port/Menu.hs Port/Window.hs \
! Port/Timer.hs Port/Process.hs \
Port/Message.hs \
Port/Document.hs \
|