summaryrefslogtreecommitdiff
path: root/tools/ucl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ucl')
-rw-r--r--tools/ucl/Makefile6
-rw-r--r--tools/ucl/src/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile
index a555e72..166ce39 100644
--- a/tools/ucl/Makefile
+++ b/tools/ucl/Makefile
@@ -6,12 +6,12 @@
# \/ \/ \/ \/ \/
# $Id$
#
-CFLAGS = -O2 -Iinclude
+CFLAGS+ = -O2 -Iinclude
TARGET = ../uclpack
$(TARGET): uclpack.o src/libucl.a
- $(CC) uclpack.o src/libucl.a -o $(TARGET)
+ $(CC) $(CFLAGS) uclpack.o src/libucl.a -o $(TARGET)
uclpack.o: uclpack.c
@@ -20,4 +20,4 @@ src/libucl.a:
clean:
rm -f $(TARGET) uclpack.o
- $(MAKE) -C src clean \ No newline at end of file
+ $(MAKE) -C src clean
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index ab6b6c9..c010cdf 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -6,7 +6,7 @@
# \/ \/ \/ \/ \/
# $Id$
#
-CFLAGS = -I../include
+CFLAGS += -I../include
ifndef V
SILENT = @