From 114433c705c96f012c75f764415598f3d84a9f1c Mon Sep 17 00:00:00 2001 From: Stefan Siegel Date: Wed, 6 Feb 2002 12:31:16 +0000 Subject: fix run when placeholder.h is missing --- po/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $@ $< -- cgit v1.2.1