Update of /project/eclipse/cvsroot/eclipse In directory common-lisp.net:/tmp/cvs-serv22461
Modified Files: Makefile.in Log Message: ptch from Christian Lynbech applied.
Date: Wed Nov 5 04:12:43 2003 Author: ihatchondo
Index: eclipse/Makefile.in diff -u eclipse/Makefile.in:1.7 eclipse/Makefile.in:1.8 --- eclipse/Makefile.in:1.7 Mon Oct 6 13:57:25 2003 +++ eclipse/Makefile.in Wed Nov 5 04:12:43 2003 @@ -1,5 +1,5 @@ # -*- Mode: Makefile -*- -# $Id: Makefile.in,v 1.7 2003/10/06 17:57:25 ihatchondo Exp $ +# $Id: Makefile.in,v 1.8 2003/11/05 09:12:43 ihatchondo Exp $ # # Makefile for Eclipse window manager.
@@ -101,7 +101,8 @@ for theme in ${themes} ; do \ test -f "themes/$$theme/theme.o" && \ $(install) -d ${themedir}/$$theme && \ - $(install) ${themedir}/$$theme/theme.o && \ + $(install) themes/$$theme/theme.o \ + ${themedir}/$$theme/theme.o && \ for file in themes/$$theme/*.pnm ; do \ $(install) $$file ${themedir}/$$theme/. ; \ done ; \