Ticket #1658: patch-Makefile

File patch-Makefile, 299 bytes (added by lomion@…, 20 years ago)

patch for Makefile for webcrawl

Line 
1--- Makefile.orig       Wed Mar 24 14:15:44 2004
2+++ Makefile    Wed Mar 24 14:17:53 2004
3@@ -1,6 +1,6 @@
4 OBJ=webcrawl.o http.o path.o getxref.o url.o rewrite.o rename.o
5-INSTDIR=/usr/local/bin
6-MAN=/usr/local/man
7+INSTDIR=__DSTROOT/bin
8+MAN=__DSTROOT/share/man
9 
10 webcrawl: $(OBJ)
11        gcc -o webcrawl $(OBJ)