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 | 32dabb168bc76e93bb522c8de30e3023df038a0f (patch) | |
tree | c5c780d07b7da7ee1542cef409ca020ecad97c63 /libtommath/makefile.bcc | |
parent | 23d966feecf52e4d2f8ffb358c375bf4ecee8d8a (diff) | |
download | tcl-32dabb168bc76e93bb522c8de30e3023df038a0f.zip tcl-32dabb168bc76e93bb522c8de30e3023df038a0f.tar.gz tcl-32dabb168bc76e93bb522c8de30e3023df038a0f.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) -+$@ |