From 36aa9fa9e6ef18270f7b0847a63c30ed5b8461c7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 1 Jul 2003 16:58:21 +0000 Subject: use "wildcard" make function instead of "shell ls" --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') 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=%) -- cgit v1.2.1