diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 1076b152..bc3ae275 100644 --- a/po/Makefile +++ b/po/Makefile @@ -5,7 +5,7 @@ PGOAL = rpmdrake PL_FILES = ../rpmdrake ../edit-urpm-sources.pl ../rpmdrake.pm CFILES = ../grpmi/curl_download/curl_download.xs -POFILES = $(shell ls *.po) +POFILES = $(wildcard *.po) MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |