summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorStefan Siegel <siegel@linux-mandrake.com>2002-02-06 12:31:16 +0000
committerStefan Siegel <siegel@linux-mandrake.com>2002-02-06 12:31:16 +0000
commit114433c705c96f012c75f764415598f3d84a9f1c (patch)
treeb54c3c3ca9d1b2ca4355d22e756d8e6613f49cc3 /po/Makefile
parent73e3a5dadf35f65eb33d0bba8af0a43bedd73b08 (diff)
downloadurpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar
urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar.gz
urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar.bz2
urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar.xz
urpmi-114433c705c96f012c75f764415598f3d84a9f1c.zip
fix run when placeholder.h is missing
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
index ddd6ca09..bf766c58 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -18,6 +18,9 @@ install: all
clean:
rm -f *~ *.[oas] *.mo $(GOALS) TAGS
+%.h:
+ @touch $@
+
%.mo: %.po
msgfmt -o $@ $<