6077001b2f
!!NOTE!!: header files for Gtk+ have changed locations so this WILL cause breakage.
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
$OpenBSD: patch-po_Makefile_in_in,v 1.2 2001/03/07 22:59:16 brad Exp $
|
|
--- po/Makefile.in.in.orig Wed Mar 7 10:46:52 2001
|
|
+++ po/Makefile.in.in Wed Mar 7 10:47:36 2001
|
|
@@ -71,7 +71,7 @@
|
|
$(MSGFMT) -o $@ $<
|
|
|
|
.po.gmo:
|
|
- file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
|
|
+ file=`echo $* | sed 's,.*/,,'`.gmo \
|
|
&& rm -f $$file && $(GMSGFMT) -o $$file $<
|
|
|
|
.po.cat:
|