summaryrefslogtreecommitdiff
path: root/code/util
diff options
context:
space:
mode:
Diffstat (limited to 'code/util')
-rw-r--r--code/util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/util/Makefile b/code/util/Makefile
index c87a1dd..0e76307 100644
--- a/code/util/Makefile
+++ b/code/util/Makefile
@@ -14,7 +14,7 @@ libecputil.a: $(obj)
$(AR) rcs libecputil.a $(obj)
mknode: mknode.o libecputil.a
- $(CC) -o $@ $(LDFLAGS) $< $(dep)
+ $(CC) -o $@ $< $(dep) $(LDFLAGS)
clean:
rm -f *.o *.a