]> Git repositories of Nishi - tewi.git/commitdiff
use sane shell
authorNishi <nishi@nishi.boats>
Thu, 10 Oct 2024 02:24:11 +0000 (02:24 +0000)
committerNishi <nishi@nishi.boats>
Thu, 10 Oct 2024 02:24:11 +0000 (02:24 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@308 8739d7e6-ffea-ec47-b151-bdff447c6205

Platform/unixware.mk

index eae10e4c1b390dd214cec53b1e6eca3ec952451b..65940dc1d9c677f4a96005e3bbd41768ce312542 100644 (file)
@@ -1,10 +1,12 @@
 # $Id$
 
+SHELL = /usr/bin/bash
+
 CC = cc
 AR = ar
 CFLAGS = -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/VC6Compat
 LDFLAGS =
 SHARED = -G
-LIBS = -lnetwork -ldl
+LIBS = -lsocket -ldl
 EXEC =
 LIBSUF = .so