aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2009-03-12 18:55:38 +0000
committermusil <tmusil@users.sourceforge.net>2009-03-12 18:55:38 +0000
commit5dc4226d011fd997870064f836b1a4609d7ab4bb (patch)
treea614694b25122921743ff045c84657d682ba8a41 /src/makefile
parentf31e4e33613129bf55d296c564579534966a33c9 (diff)
chanded some variable names
svn path=/trunk/externals/iem/iemgui/; revision=10861
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 7ad8296..bb87457 100644
--- a/src/makefile
+++ b/src/makefile
@@ -12,8 +12,8 @@ LIB = -ldl -lm -lpthread
#select either the DBG and OPT compiler flags below:
CFLAGS = -DPD -DUNIX -W -Wno-unused \
- -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -fPIC \
- -DDL_OPEN
+ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \
+ -DDL_OPEN -fPIC
SYSTEM = $(shell uname -m)