diff options
-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" |