I don't think you need this file there
This commit is contained in:
parent
5cf58a3b65
commit
d601ffb473
@ -1,22 +0,0 @@
|
||||
$OpenBSD: old,v 1.1.1.1 2002/08/21 15:43:37 espie Exp $
|
||||
--- Makefile.orig Wed Oct 3 00:45:59 2001
|
||||
+++ Makefile Mon Aug 19 10:17:44 2002
|
||||
@@ -32,6 +32,10 @@ OBJS=convert.o word.o error.o main.o has
|
||||
parse.o malloc.o attr.o util.o \
|
||||
output.o html.o text.o vt.o ps.o latex.o wpml.o
|
||||
|
||||
+PREFIX=/usr/local
|
||||
+
|
||||
+BINDIR=$(PREFIX)/bin
|
||||
+
|
||||
TARGET=unrtf
|
||||
|
||||
${TARGET}: ${OBJS}
|
||||
@@ -57,6 +61,6 @@ all: ${TARGET} bcount
|
||||
rm -f ${OBJS}
|
||||
|
||||
install: ${TARGET}
|
||||
- cp ${TARGET} /usr/local/bin
|
||||
+ install -m 755 ${TARGET} $(DESTDIR)$(BINDIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user