diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:59:37 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-12-27 17:59:37 (GMT) |
commit | 98036f8f9d6591f75cbbb744ae789e53250d2459 (patch) | |
tree | 3273c8ec1192254a0628eccc71a9b1088fea0f2a /libtommath/makefile.bcc | |
parent | fe06c63182af8cb6b22df8c3cf9c7670c92c320d (diff) | |
download | tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.zip tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.tar.gz tcl-98036f8f9d6591f75cbbb744ae789e53250d2459.tar.bz2 |
Import of libtommath 0.37
Diffstat (limited to 'libtommath/makefile.bcc')
-rw-r--r-- | libtommath/makefile.bcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/makefile.bcc b/libtommath/makefile.bcc index 647c69a..67743d9 100644 --- a/libtommath/makefile.bcc +++ b/libtommath/makefile.bcc @@ -39,6 +39,6 @@ TARGET = libtommath.lib $(TARGET): $(OBJECTS) -.c.objbjbjbj: +.c.obj: $(CC) $(CFLAGS) $< $(LIB) $(TARGET) -+$@ |