diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2002-02-06 12:31:16 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2002-02-06 12:31:16 +0000 |
commit | 114433c705c96f012c75f764415598f3d84a9f1c (patch) | |
tree | b54c3c3ca9d1b2ca4355d22e756d8e6613f49cc3 | |
parent | 73e3a5dadf35f65eb33d0bba8af0a43bedd73b08 (diff) | |
download | urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar.gz urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar.bz2 urpmi-114433c705c96f012c75f764415598f3d84a9f1c.tar.xz urpmi-114433c705c96f012c75f764415598f3d84a9f1c.zip |
fix run when placeholder.h is missing
-rw-r--r-- | po/Makefile | 3 |
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 $@ $< |