qemu-e2k/po
Stefan Weil bcc55f327c po: Fix Makefile rules for in-tree builds without configuration
Adding 'update' to the phony targets fixes this error:

$ LANG=C make -C po update
make: Entering directory `/qemu/po'
  LINK  update
/qemu/po/de_DE.po: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
make: *** [update] Error 1
make: Leaving directory `/qemu/po'

Some other phony targets (build, install) were also added, and the
existing .PHONY statement was moved to a more prominent position at
the beginning of the Makefile.

The patch also fixes a 2nd bug. The default target should be 'all',
but instead 'modules' (from rules.mak) was the default. Fix this by
adding 'all' as a target before any include statement.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-08-24 13:16:42 +04:00
..
Makefile po: Fix Makefile rules for in-tree builds without configuration 2014-08-24 13:16:42 +04:00
de_DE.po po: Update German translation 2014-07-28 23:37:17 +02:00
fr_FR.po po: Update French translation 2014-07-29 13:23:18 +01:00
hu.po po: add proper Language: tags to .po files 2014-04-28 08:55:32 +04:00
it.po po: update Italian translation 2014-07-29 13:23:33 +01:00
messages.po po: Update all *.po files 2013-08-07 12:48:00 -05:00
tr.po po: add proper Language: tags to .po files 2014-04-28 08:55:32 +04:00
zh_CN.po po: Add Chinese translation 2014-08-09 00:06:41 +04:00