summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-09 20:56:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-09 20:56:41 +0000
commit32a520b7671b3bcca7a0bac8141fdd82b4d20581 (patch)
treeef218d204028dc98c3457b03953fc87e07eed2cf /perl-install/share/po/Makefile
parent50298aee2f64f642fac456bfb23fe695e3ce63b5 (diff)
downloaddrakx-backup-do-not-use-32a520b7671b3bcca7a0bac8141fdd82b4d20581.tar
drakx-backup-do-not-use-32a520b7671b3bcca7a0bac8141fdd82b4d20581.tar.gz
drakx-backup-do-not-use-32a520b7671b3bcca7a0bac8141fdd82b4d20581.tar.bz2
drakx-backup-do-not-use-32a520b7671b3bcca7a0bac8141fdd82b4d20581.tar.xz
drakx-backup-do-not-use-32a520b7671b3bcca7a0bac8141fdd82b4d20581.zip
fake make so that its builtin rule to create file from file.sh doesn't
nuke service_harddrake with it wrapper
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile4
1 files changed, 4 insertions, 0 deletions
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