Fixed a "simple" make variable being referenced without having a
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sun, 9 Sep 2007 12:37:10 +0000 (12:37 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sun, 9 Sep 2007 12:37:10 +0000 (12:37 +0000)
definition.

git-svn-id: https://s.snth.net/svn/neverball/trunk@1113 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index 3d6fd2b..de09b9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,9 +53,9 @@ LOCALEDIR   := locale
 LOCALEDOM   := neverball
 POTFILE     := po/neverball.pot
 MESSAGEPART := /LC_MESSAGES/$(LOCALEDOM).mo
+POS         := $(shell echo po/*.po)
 LINGUAS     := $(POS:po/%.po=%)
 MESSAGES    := $(LINGUAS:%=$(LOCALEDIR)/%$(MESSAGEPART))
-POS         := $(shell echo po/*.po)
 
 #-------------------------------------------------------------------------------