From 7dd8b3d89e76f27068deaa572517b98a795366e5 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 27 Sep 2000 19:49:32 +0000 Subject: [PATCH] reordered po dirs in SUBDIRS, so dependencies on generated perl files are taken care of -Yosh --- ChangeLog | 5 +++++ Makefile.am | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d138fbee9..514ac27c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 27 12:47:53 PDT 2000 Manish Singh + + * Makefile.am: reordered po dirs in SUBDIRS, so dependencies on + generated perl files are taken care of + Wed Sep 27 19:56:02 CEST 2000 Daniel Egger * app/convert.c: diff --git a/Makefile.am b/Makefile.am index 1fd1627dfd..a6e75e0a9b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,16 +2,16 @@ SUBDIRS = \ tools \ - po \ - po-libgimp \ - po-plug-ins \ - $(GIMP_PERL_PO) \ - po-script-fu \ intl \ libgimp \ app \ $(GIMP_PLUGINS) \ $(GIMP_MODULES) \ + po \ + po-libgimp \ + po-plug-ins \ + $(GIMP_PERL_PO) \ + po-script-fu \ data \ tips \ help \