summary refs log tree commit diff
path: root/minic
diff options
context:
space:
mode:
Diffstat (limited to 'minic')
-rwxr-xr-xminic/mcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/minic/mcc b/minic/mcc
index 77d3d33..492947e 100755
--- a/minic/mcc
+++ b/minic/mcc
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 DIR=`cd $(dirname $0); pwd`
-QBE=$DIR/../obj/qbe
+QBE=$DIR/../qbe
 
 usage()
 {