From 0a8a7886c5fe82fe9950d974b694e3734cd94f44 Mon Sep 17 00:00:00 2001 From: yokota <14939671+qykth-git@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:54:12 +0900 Subject: [PATCH] Drop unused library linkage from test tool > ld: cannot find -lgauche-0.98: No such file or directory "-lgauche-0.98" is not required for this program. "-lgauche-0.98" breaks first time build that not installed gauche yet. --- ext/dbm/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dbm/Makefile.in b/ext/dbm/Makefile.in index 43298ff3a2..82a2596135 100644 --- a/ext/dbm/Makefile.in +++ b/ext/dbm/Makefile.in @@ -49,7 +49,7 @@ odbm.sci dbm--odbm.c : odbm.scm # auxiliary stuff to find out the extension of ndbm file(s). ndbm-makedb : ndbm-makedb.c $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -o ndbm-makedb \ - $(srcdir)/ndbm-makedb.c $(LOCAL_LFLAGS) $(XLDFLAGS) @NDBMLIB@ $(LIBS) + $(srcdir)/ndbm-makedb.c $(LOCAL_LFLAGS) $(XLDFLAGS) @NDBMLIB@ ndbm-suffixes.h : ndbm-makedb ndbm-suffixes.scm $(GOSH) $(srcdir)/ndbm-suffixes.scm ndbm-suffixes.h