aboutsummaryrefslogtreecommitdiff
path: root/src/input/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-05 03:06:07 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-05 03:06:07 +0000
commit4da4e775ade14aa9e8c2d0b4b106e743e4d283a4 (patch)
tree19637c59f3b6bb3748c84edcc348ba68ee8614b7 /src/input/Makefile.pamphlet
parent27362ea43a4c1da88e23e3014c0fcb66ef7a2cfc (diff)
downloadopen-axiom-4da4e775ade14aa9e8c2d0b4b106e743e4d283a4.tar.gz
* interp/c-util.boot (isAtomicForm): New.
(replaceSimpleFunctions): Use it. Simplify back to original implementation. (proclaimCapsuleFunction): Constructor parameters are generic. * interp/sys-utility.boot (getVMType): Handle wildcard. * algebra/stream.spad.pamphlet: Don't build STREAM with proclamation on -- it currently violates type rules.
Diffstat (limited to 'src/input/Makefile.pamphlet')
-rw-r--r--src/input/Makefile.pamphlet5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet
index 6b673e35..5a320d1c 100644
--- a/src/input/Makefile.pamphlet
+++ b/src/input/Makefile.pamphlet
@@ -883,8 +883,9 @@ $(OUT):
<<genericRules>>
mostlyclean-local:
- -rm -rf $(MID)
- -rm -rf $(OUT)
+ rm -f *.output
+ rm -rf $(MID)
+ rm -rf $(OUT)
clean-local: mostlyclean-local