X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..f764718ed65609003b1faea0885bf4f6ec7c34da:/src/tclx/ossupp/makefile diff --git a/src/tclx/ossupp/makefile b/src/tclx/ossupp/makefile index a01156f..5c2ebba 100644 --- a/src/tclx/ossupp/makefile +++ b/src/tclx/ossupp/makefile @@ -30,7 +30,7 @@ CFLAGS=$(OPTIMIZE_FLAG) $(XCFLAGS) -I../$(TCL_UCB_DIR) $(MEM_DEBUG_FLAGS) \ all: made.tmp made.tmp: $(SUPPORT_OBJS) - $(AR) cr ../libtcl.a $(SUPPORT_OBJS) + #$(AR) cr ../libtcl.a $(SUPPORT_OBJS) touch made.tmp #------------------------------------------------------------------------------