[eclipse-devel] Bug in Makefile.in

Christian Lynbech christian.lynbech at ericsson.com
Wed Nov 5 08:46:13 UTC 2003


There seems to be a small bug in the `install' target. At least I get
an error when trying to do an install on an Debian unstable
system. However ether are a few different `install' programs out there
so I am not sure that the problem isn't unique to me.

The following patch fixes the problem for me.

cvs server: Diffing .
Index: Makefile.in
===================================================================
RCS file: /project/eclipse/cvsroot/eclipse/Makefile.in,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile.in
--- Makefile.in	6 Oct 2003 17:57:25 -0000	1.7
+++ Makefile.in	5 Nov 2003 08:45:05 -0000
@@ -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 ;						\



------------------------+-----------------------------------------------------
Christian Lynbech       | Ericsson Telebit, Skanderborgvej 232, DK-8260 Viby J
Phone: +45 8938 5244    | email: christian.lynbech at ericsson.com
Fax:   +45 8938 5101    | web:   www.ericsson.com
------------------------+-----------------------------------------------------
Hit the philistines three times over the head with the Elisp reference manual.
                                        - petonic at hal.com (Michael A. Petonic)





More information about the eclipse-devel mailing list