From b7d0982ae7fbd8f243fd1086df10d8a6b6f6ab34 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 15 Jun 2004 17:25:07 +0000 Subject: tidy relative paths in makefile includes --- po/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile.in b/po/Makefile.in index 603854ae3..cfa22d0e5 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -19,7 +19,7 @@ LANGS=de TARGETS=$(LANGS:%=%.mo) -include ../make.tmpl +include $(top_srcdir)/make.tmpl install: $(TARGETS) @echo Installing translation files in $(localedir) -- cgit v1.2.1