diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2c90515..2a56345 100644 --- a/Makefile.in +++ b/Makefile.in @@ -191,7 +191,7 @@ w3mimg/w3mimg.a: (cd w3mimg && $(MAKE) CC="$(CC0)" CFLAGS="$(CFLAGS)") po: - (cd $@ && $(MAKE) && $(MAKE) update-po) + (cd $@ && $(MAKE)) install: install-core install-scripts install-po |