aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-09 00:34:50 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-09 00:34:50 +0000
commit6965d4b62fbde613777ac1756361aaba5822efea (patch)
tree7b6abe04869438d17ac3e3f8d03d31b1165c036e /src/algebra/Makefile.in
parentdc558ba2d56b057f3a81b69ae2238d1cb1a6b7b8 (diff)
downloadopen-axiom-6965d4b62fbde613777ac1756361aaba5822efea.tar.gz
* algebra/string.spad.pamphlet (String) [string]: New overload to
convert from Identifier.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 2db3d429..dab60382 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -1641,6 +1641,7 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT)
%.NRLIB/code.$(FASLEXT): %.spad
$(COMPILE_SPAD)
+.PRECIOUS: $(OUTSRC)/%.spad
${OUTSRC}/%.spad: $(srcdir)/%.spad.pamphlet
$(oa_hammer) --tangle --output=$@ $<