You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
489 B
18 lines
489 B
12 years ago
|
commit b83d045598947bb355ed6a2996b24225da6a9ffa
|
||
|
Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||
|
Date: 1326310679 -0600
|
||
|
|
||
|
Fix kdeedu makefile glitch
|
||
|
This closes Bug 785
|
||
|
|
||
|
diff --git a/kalzium/src/solver/Makefile b/kalzium/src/solver/Makefile
|
||
|
index 4b96fdb..6012982 100644
|
||
|
--- a/kalzium/src/solver/Makefile
|
||
|
+++ b/kalzium/src/solver/Makefile
|
||
|
@@ -89,4 +89,4 @@ install :
|
||
|
.depend: parser.ml lexer.ml
|
||
|
$(OCAMLDEP) $(INCLUDES) *.mli *.ml > $@
|
||
|
|
||
|
-include .depend
|
||
|
+-include .depend
|