Modify all Imakefile files to use LinuxArchitecture instead of LinuxDistribution

for Linux specific changes. (lib directory)
This commit is contained in:
Peter Howkins
2012-05-31 12:41:33 +01:00
parent 262171d25f
commit 837972cb69
13 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ INCLUDES = -I. -I../../slib -I../../lib
XCOMM On Linux once you link against a C++ library the whole program
XCOMM has to be linked with the C++ linker
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CCLINK = $(CXX)
#endif