diff --git a/ChangeLog b/ChangeLog index 0d50c12fd..44ad78bb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-06-16 Pavel Roskin + + * Makefile.am: Change the order of SUBDIRS to fully compile text + edition before compiling anything for GNOME. + * mc.spec.in: Don't use brace expansion to avoid implicit + build-time dependency on bash. + 2001-06-13 Pavel Roskin * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in diff --git a/Makefile.am b/Makefile.am index b2523de89..deddb9763 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to create Makefile.in. -SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \ - idl syntax intl doc-gnome po pc +SUBDIRS = vfs slang edit src lib doc syntax intl po pc \ + gtkedit gnome new_icons idl doc-gnome ACLOCAL_AMFLAGS = -I macros diff --git a/mc.spec.in b/mc.spec.in index 8093be434..733440cc4 100644 --- a/mc.spec.in +++ b/mc.spec.in @@ -64,7 +64,8 @@ echo $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/etc/profile.d -install lib/{mc.sh,mc.csh} $RPM_BUILD_ROOT/etc/profile.d +install lib/mc.sh $RPM_BUILD_ROOT/etc/profile.d +install lib/mc.csh $RPM_BUILD_ROOT/etc/profile.d %clean