[uim-commit] r537 - trunk/scm

tkng at freedesktop.org tkng at freedesktop.org
Fri Feb 4 23:41:34 PST 2005


Author: tkng
Date: 2005-02-04 23:41:31 -0800 (Fri, 04 Feb 2005)
New Revision: 537

Modified:
   trunk/scm/Makefile.am
Log:
* scm/Makefile.am:
 -(installed-modules.scm,loader.scm): PWD must not be used to pass 'make distcheck'. 


Modified: trunk/scm/Makefile.am
===================================================================
--- trunk/scm/Makefile.am	2005-02-05 07:34:57 UTC (rev 536)
+++ trunk/scm/Makefile.am	2005-02-05 07:41:31 UTC (rev 537)
@@ -65,7 +65,7 @@
 	echo "(define installed-im-module-list '(" '$(module_names)' ")) \
 	      (require \"manage-modules.scm\") \
 	      (generate-installed-modules-scm)" \
-	| LIBUIM_VERBOSE=1 LIBUIM_VANILLA=1 LIBUIM_SCM_FILES=${PWD} \
+	| LIBUIM_VERBOSE=1 LIBUIM_VANILLA=1 LIBUIM_SCM_FILES=$(top_srcdir)/scm \
 	  $(top_builddir)/uim/uim-sh -B >>$@
 
 # TODO: resolve dependency to $(top_builddir)/uim/uim-sh in proper way
@@ -74,5 +74,5 @@
 	echo -n >$@ && \
 	echo "(require \"manage-modules.scm\") \
 	      (generate-loader-scm)" \
-	| LIBUIM_VERBOSE=1 LIBUIM_VANILLA=1 LIBUIM_SCM_FILES=${PWD} \
+	| LIBUIM_VERBOSE=1 LIBUIM_VANILLA=1 LIBUIM_SCM_FILES=$(top_srcdir)/scm \
 	  $(top_builddir)/uim/uim-sh -B >>$@



More information about the Uim-commit mailing list