From: vsr Date: Tue, 8 Jul 2008 03:26:45 +0000 (+0000) Subject: Fix pb of reconfigure (error on re-generating top-level Makefile) X-Git-Tag: TG_TRIPOLI_qt4_porting~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5b53154c4107219d255b3d08fad459d8440a8983;p=modules%2Fkernel.git Fix pb of reconfigure (error on re-generating top-level Makefile) --- diff --git a/configure.ac b/configure.ac index ff833ce3d..ce460dfa2 100644 --- a/configure.ac +++ b/configure.ac @@ -491,7 +491,7 @@ AC_OUTPUT([ \ ./salome_adm/Makefile \ ./salome_adm/unix/Makefile \ ./salome_adm/unix/config_files/Makefile \ - ./Makefile \ + Makefile \ ./bin/Makefile \ ./bin/VERSION \ ./bin/runIDLparser \