From 2755d8644996acdc74a8ca6658b259eef35507ea Mon Sep 17 00:00:00 2001 From: nishi Date: Sun, 7 Apr 2024 14:38:32 +0000 Subject: [PATCH] fix git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@294 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3143eb1..4ab5007 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ endif endif CC := cc -CC := ar +AR := ar CFLAGS := -g -std=c99 -fPIC -D_XOPEN_SOURCE=600 $(TCL_CFLAGS) LDFLAGS := LIBS := $(TCL_LIBS) -- 2.43.0