[uim-commit] r1090 - trunk/helper

tkng at freedesktop.org tkng at freedesktop.org
Mon Aug 1 12:01:02 EST 2005


Author: tkng
Date: 2005-07-31 19:00:59 -0700 (Sun, 31 Jul 2005)
New Revision: 1090

Modified:
   trunk/helper/Makefile.am
Log:
* helper/Makefile.am:
 -(server_in_files): Replace LIBEXECDIR properly.


Modified: trunk/helper/Makefile.am
===================================================================
--- trunk/helper/Makefile.am	2005-07-31 18:08:07 UTC (rev 1089)
+++ trunk/helper/Makefile.am	2005-08-01 02:00:59 UTC (rev 1090)
@@ -25,10 +25,10 @@
 	  $(LN_S) uim-toolbar-applet uim-helper-applet
 
 $(server_in_files): $(server_in_in_files) Makefile
-	sed s, at LIBEXECDIR@,$(libexecdir),g <$< >$@
-	sed s, at UIM_PIXMAPSDIR@,$(uim_pixmapsdir),g <$< >$@
+	sed s, at LIBEXECDIR@,$(libexecdir),g <$< >$<.tmp
+	sed s, at UIM_PIXMAPSDIR@,$(uim_pixmapsdir),g <$<.tmp >$@
 
-DISTCLEANFILES = GNOME_UimApplet.server.in GNOME_UimApplet.server
+DISTCLEANFILES = GNOME_UimApplet.server.in GNOME_UimApplet.server GNOME_UimApplet.server.in.in.tmp
 
 else
 install-exec-hook-applet:



More information about the uim-commit mailing list