diff options
author | musil <tmusil@users.sourceforge.net> | 2009-03-12 18:55:38 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2009-03-12 18:55:38 +0000 |
commit | 5dc4226d011fd997870064f836b1a4609d7ab4bb (patch) | |
tree | a614694b25122921743ff045c84657d682ba8a41 /src/makefile_linux | |
parent | f31e4e33613129bf55d296c564579534966a33c9 (diff) |
chanded some variable names
svn path=/trunk/externals/iem/iemgui/; revision=10861
Diffstat (limited to 'src/makefile_linux')
-rw-r--r-- | src/makefile_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux index 60d83b3..7736cf1 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -11,7 +11,7 @@ LIB = -ldl -lm -lpthread CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ - -DDL_OPEN + -DDL_OPEN -fPIC SYSTEM = $(shell uname -m) |