d0e9c3f08c
This is ircd-hybrid, the highly modified (and hopefully improved) variant of the original ircd program by Jarkko Oikarinen. Tested by Alex Popov, Sebastian Trahm, okan@ and sthen@. Thanks! Hints and help from fgsch@ and sthen@. ok sthen@
13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
$OpenBSD: patch-tools_Makefile_in,v 1.1.1.1 2009/01/28 23:35:07 bernd Exp $
|
|
--- tools/Makefile.in.orig Mon Apr 14 15:16:48 2008
|
|
+++ tools/Makefile.in Mon Apr 14 15:16:57 2008
|
|
@@ -18,7 +18,7 @@ CRYPT_LIB = @CRYPT_LIB@
|
|
|
|
INCLUDES = -I../include $(SSL_INCLUDES)
|
|
|
|
-prefix = $(DESTDIR)@prefix@
|
|
+prefix = @prefix@
|
|
exec_prefix = $(DESTDIR)@exec_prefix@
|
|
bindir = $(DESTDIR)@bindir@
|
|
datarootdir = $(DESTDIR)@datarootdir@
|