summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-11-04 14:02:18 +0000
committerCharles.Forsyth <devnull@localhost>2008-11-04 14:02:18 +0000
commitf39b53d3644d38a04ebd9caf7320f886c1d7bd30 (patch)
tree7238d66df622abec7886bf5e9e2496e2c9e05c55
parent789babf1e4e327e47fe013ee96214f246977321b (diff)
20081104-1402
-rw-r--r--appl/cmd/disk/prep/mkfile5
-rw-r--r--include/version.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/appl/cmd/disk/prep/mkfile b/appl/cmd/disk/prep/mkfile
index 714c26f8..732c9905 100644
--- a/appl/cmd/disk/prep/mkfile
+++ b/appl/cmd/disk/prep/mkfile
@@ -23,4 +23,7 @@ DISBIN=$ROOT/dis/disk
# calc
calc.tab.b:
- yacc -s calc -d calc.y
+ $YACC -s calc -d calc.y
+
+clean:V: clean-std
+ rm -f calc.tab.b
diff --git a/include/version.h b/include/version.h
index e8d10b98..6c69520e 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20081103)"
+#define VERSION "Fourth Edition (20081104)"