blob: 2ba12871abdd96cbf5db8f4f5d7a5ed2dc90d953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.2 1999/09/24 01:00:04 fredb Exp $
--- type1afm/Makefile.in.orig Wed Nov 4 16:20:31 1998
+++ type1afm/Makefile.in Wed Nov 4 16:21:22 1998
@@ -15,7 +15,7 @@
#
# Modified by H.Kakugawa to use libtool
-LIBTOOL = ../libtool
+LIBTOOL = @LIBTOOL@
SHELL = /bin/sh
CC = @CC@
CPP = @CPP@
|