summaryrefslogtreecommitdiff
path: root/mbone/nte/files/patch-ab
blob: 9a1ab8b79a35f049f62625130ba0b3b580a637a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- src/Makefile.template.orig	Fri Jul 31 07:51:31 1998
+++ src/Makefile.template	Sun Nov 22 10:28:13 1998
@@ -3,7 +3,7 @@
   protocol.o network_write.o network_read.o ds_fns.o parse_packet.o ids.o \
   sliding_key.o rtx.o missing.o participants.o bitmaps.o \
   recent.o nt_ui.o generic_tcl.o libs.o www_ui.o www_fns.o nt_help.o \
-  save_struct.o iohandler.o libqfDES.a debug.o canvas_ext.o font_ext.o 
+  save_struct.o iohandler.o libqfDES.a debug.o canvas_ext.o font_ext.o hsearch.o
 ENCOBJS=crypt.o md5c.o random.o
 QFDES=qfDES.o qfDES-memory.o qfDES-key.o
 QFINCLUDES=-I../src/qfdes
@@ -172,13 +172,13 @@
 	$(CC) $(CFLAGS) -c libs.c
 
 ../src/help/blocks.ehtml: text2html ../src/help/blocks.html
-	text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml
+	./text2html < ../src/help/blocks.html > ../src/help/blocks.ehtml
 ../src/help/bindings.ehtml: text2html ../src/help/bindings.html
-	text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml
+	./text2html < ../src/help/bindings.html > ../src/help/bindings.ehtml
 ../src/help/menus.ehtml: text2html ../src/help/menus.html
-	text2html < ../src/help/menus.html > ../src/help/menus.ehtml
+	./text2html < ../src/help/menus.html > ../src/help/menus.ehtml
 ../src/help/xresources.ehtml: text2html ../src/help/xresources.html
-	text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml
+	./text2html < ../src/help/xresources.html > ../src/help/xresources.ehtml