From: fredrik Date: Mon, 11 Jun 2007 02:52:41 +0000 (+0000) Subject: Remove usage of gmake's % syntax. X-Git-Tag: 0.4~12 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=753cbd0434441e733b8f573846d2e93268dac598 Remove usage of gmake's % syntax. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1073 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/clients/gnome-trans-applet/Makefile.am b/clients/gnome-trans-applet/Makefile.am index c73f993..1fa5b13 100644 --- a/clients/gnome-trans-applet/Makefile.am +++ b/clients/gnome-trans-applet/Makefile.am @@ -18,5 +18,6 @@ server_DATA=Dolcon_Transferapplet_Factory.server EXTRA_DIST=Dolcon_Transferapplet_Factory.server.in -%.server: %.server.in +SUFFIXES=.server .server.in +.server.in.server: sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index 708f8b2..57c8d1e 100644 --- a/clients/gtk2/Makefile.am +++ b/clients/gtk2/Makefile.am @@ -18,7 +18,7 @@ dolcon_CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0) \ $(shell pkg-config --cflags libxml-2.0) \ -DLOCALEDIR=\"$(localedir)\" -%.gtk: %.desc $(top_srcdir)/common/makegdesc +.desc.gtk: $(top_srcdir)/common/makegdesc cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< | $(top_srcdir)/common/makegdesc >$@ mainwnd.desc: ../../config.h diff --git a/config/Makefile.am b/config/Makefile.am index db77000..8aa018f 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -29,7 +29,7 @@ dolconf_CPPFLAGS= $(shell pkg-config --cflags gtk+-2.0) \ -DLOCALEDIR=\"$(localedir)\" dolconf_LDADD= $(top_srcdir)/common/libcommon.a $(top_srcdir)/lib/libdcui.la -%.gtk: %.desc $(top_srcdir)/common/makegdesc +.desc.gtk: $(top_srcdir)/common/makegdesc $(top_srcdir)/common/makegdesc $< >$@ EXTRA_DIST=doldacond.conf dc-filter dc-filtercmd dolconf-assistant.desc dolconf-wnd.desc