1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

convert all Imakefile LinuxDistribution to LinuxArchitecture.

(programs part 2)
This commit is contained in:
Peter Howkins 2012-05-31 13:47:41 +01:00
parent 1d555edb6c
commit a34f78b798
16 changed files with 16 additions and 16 deletions

View file

@ -57,7 +57,7 @@ SYS_LIBRARIES = -lm -ldl -lgen
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