From 32a520b7671b3bcca7a0bac8141fdd82b4d20581 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Jul 2002 20:56:41 +0000 Subject: fake make so that its builtin rule to create file from file.sh doesn't nuke service_harddrake with it wrapper --- perl-install/share/po/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index c387c8f35..0913590b6 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -69,3 +69,7 @@ verif2: # for i in *.po; do echo -n "$i "; msgfmt -v $i 2>&1; done | perl -e 'print map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_, (split)[1] ] } <>' + + +%: %.sh + # fake built-in -- cgit v1.2.1