blob: f2087cb5c176a289741780686a32357f003e97be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2003/10/05 02:00:43 kei Exp $
--- texk/make/programs.mk.orig 2003-10-05 10:45:02.000000000 +0900
+++ texk/make/programs.mk 2003-10-05 10:45:39.000000000 +0900
@@ -6,7 +6,7 @@
# proglib is for web2c;
# XLOADLIBES is for the installer.
-LIBS = @LIBS@
+LIBS =
LOADLIBES = $(proglib) $(kpathsea) $(LIBS) $(XLOADLIBES)
# May as well separate linking from compiling, just in case.
|