Hi Jan

 Patch number two - $(DESTDIR) is already prepended in to the install path by 
automake, so including it in the exampledir variable leads to unexpected 
results..


Regards, Paul.


Index: examples/rtai/GNUmakefile.am
===================================================================
--- examples/rtai/GNUmakefile.am	(revision 1122)
+++ examples/rtai/GNUmakefile.am	(working copy)
@@ -1,4 +1,4 @@
-exampledir = $(DESTDIR)$(prefix)/examples/rtai
+exampledir = $(prefix)/examples/rtai
 
 example_PROGRAMS = rtnet_ifs
 
Index: examples/xenomai/posix/GNUmakefile.am
===================================================================
--- examples/xenomai/posix/GNUmakefile.am	(revision 1122)
+++ examples/xenomai/posix/GNUmakefile.am	(working copy)
@@ -1,4 +1,4 @@
-exampledir = $(DESTDIR)$(prefix)/examples/xenomai/posix
+exampledir = $(prefix)/examples/xenomai/posix
 
 example_PROGRAMS =
 
Index: examples/xenomai/native/GNUmakefile.am
===================================================================
--- examples/xenomai/native/GNUmakefile.am	(revision 1122)
+++ examples/xenomai/native/GNUmakefile.am	(working copy)
@@ -1,4 +1,4 @@
-exampledir = $(DESTDIR)$(prefix)/examples/xenomai/native
+exampledir = $(prefix)/examples/xenomai/native
 
 example_PROGRAMS = rtnet_ifs
 
Index: examples/generic/GNUmakefile.am
===================================================================
--- examples/generic/GNUmakefile.am	(revision 1122)
+++ examples/generic/GNUmakefile.am	(working copy)
@@ -1,4 +1,4 @@
-exampledir = $(DESTDIR)$(prefix)/examples/generic
+exampledir = $(prefix)/examples/generic
 
 example_PROGRAMS = \
 	linux_client \
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to