diff options
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 86f423e..ca2a5cc 100644 --- a/po/Makevars +++ b/po/Makevars @@ -52,4 +52,4 @@ EXTRA_LOCALE_CATEGORIES = # Selected files in POTFILES.in are generated. Make sure they are # available when needed. $(top_srcdir)/backend/pixma/pixma_sane_options.c: - cd ../backend; make pixma/pixma_sane_options.c + $(MAKE) -C ../backend pixma/pixma_sane_options.c |