]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix a bug of previous integration
authorapo <apo@opencascade.com>
Thu, 1 Sep 2005 12:40:52 +0000 (12:40 +0000)
committerapo <apo@opencascade.com>
Thu, 1 Sep 2005 12:40:52 +0000 (12:40 +0000)
salome_adm/unix/make_conclude.in
salome_adm/unix/make_module.in

index 338fed0cf29a6af0486cffc2296273b64e98f041..20c528c52317477a70fde63eef4616efc0621c1c 100644 (file)
@@ -153,7 +153,7 @@ $(DEST_HEADERS): $(inc_builddir)/%: %
 
 # build resources file (icons and messages) : .qm file from .po file
 RESOURCES_FILES_ALL = $(notdir $(wildcard $(srcdir)/resources/*))
-RESOURCES_FILES ?= $(RESOURCES_FILES_All)
+RESOURCES_FILES ?= $(RESOURCES_FILES_ALL)
 
 resources: resources-po resources-cp 
 
index bfbb3036e203e96339ebcf2bb8834908901ded2f..fd0296f07d7007d7f38c77a2f91dbe9e8b253377 100644 (file)
@@ -46,7 +46,7 @@ depend:
 
 # copy all resources files in common directory
 RESOURCES_FILES_ALL = $(notdir $(wildcard $(srcdir)/resources/*))
-RESOURCES_FILES ?= $(RESOURCES_FILES_All)
+RESOURCES_FILES ?= $(RESOURCES_FILES_ALL)
 
 resources: $(RESOURCES_FILES:%=$(top_builddir)/share/salome/resources/%)
        @@SETX@; for d in $(SUBDIRS); do        \