blob: a7f23280bb0ceb4ad8eb5b60977b536866b5297a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2000/09/03 03:25:05 wulf Exp $
--- Makefile.orig Sun Sep 3 01:55:10 2000
+++ Makefile Sun Sep 3 01:53:07 2000
@@ -74,7 +74,7 @@
cp src/gwu distribution/gwu$(EXE)
cp ged2gwb/ged2gwb distribution/ged2gwb$(EXE)
cp gwb2ged/gwb2ged distribution/gwb2ged$(EXE)
- cp gwtp/gwtp.opt distribution/gwtp$(EXE)
+ cp gwtp/gwtp distribution/gwtp$(EXE)
cp etc/LISEZMOI.txt distribution/.
cp etc/README.txt distribution/.
cp etc/INSTALL.htm distribution/.
|