blob: 9d28d6005b08d81171647228be4aa3e5d2f72eb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- wormux-0.7beta3/po/Makefile.in.orig 2006-01-24 16:07:54.000000000 +0100
+++ wormux-0.7beta3/po/Makefile.in 2006-01-24 16:08:09.000000000 +0100
@@ -443,9 +443,9 @@
@sed -e '/^#/d' $< > t-$@
@mv t-$@ $@
-all-local: all-local-@USE_NLS@ $(GMOFILES)
+all-local: all-local-@USE_NLS@
-all-local-yes: stamp-po
+all-local-yes: $(GMOFILES)
all-local-no:
# stamp-po is a timestamp denoting the last time at which the CATALOGS have
|