diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-07-01 16:58:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-07-01 16:58:21 +0000 |
commit | 36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7 (patch) | |
tree | c0c8994b923c18b77d1d9c99ad4df39b20dbfb15 /po/Makefile | |
parent | 6ca30c93cf937f9a307568b1734c9bc90e3e1f69 (diff) | |
download | rpmdrake-36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7.tar rpmdrake-36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7.tar.gz rpmdrake-36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7.tar.bz2 rpmdrake-36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7.tar.xz rpmdrake-36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7.zip |
use "wildcard" make function instead of "shell ls"
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=%) |