diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-20 14:52:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-20 14:52:38 +0000 |
commit | f80a885455759ca6415fd839d5eccca1b06adb86 (patch) | |
tree | 41d74bebb32f9b903d2f33c6c26adbefe590ce22 | |
parent | 5075f3df4850d13780294ce75250f3c9e1d224c9 (diff) | |
download | bootloader-theme-f80a885455759ca6415fd839d5eccca1b06adb86.tar bootloader-theme-f80a885455759ca6415fd839d5eccca1b06adb86.tar.gz bootloader-theme-f80a885455759ca6415fd839d5eccca1b06adb86.tar.bz2 bootloader-theme-f80a885455759ca6415fd839d5eccca1b06adb86.tar.xz bootloader-theme-f80a885455759ca6415fd839d5eccca1b06adb86.zip |
fix build
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 5954476..d561e83 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,6 +1,6 @@ POFILES = $(wildcard *.po) TEXTS = $(addsuffix .tr,$(basename $(wildcard *.po))) -PGOAL: bootloader +PGOAL= bootloader PRODUCT ?= "SUSE Linux 10.1" |