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@
16 lines
660 B
Plaintext
16 lines
660 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2009/01/28 23:35:07 bernd Exp $
|
|
--- Makefile.in.orig Tue Jan 27 20:55:15 2009
|
|
+++ Makefile.in Tue Jan 27 20:55:03 2009
|
|
@@ -23,9 +23,9 @@ RM = @RM@
|
|
|
|
# Default make flags - you may want to uncomment this on a multicpu machine
|
|
#MFLAGS = -j 4
|
|
-DEPEND_DIRS = lib modules src servlink
|
|
+DEPEND_DIRS = modules src servlink
|
|
BUILD_DIRS = ${DEPEND_DIRS} tools
|
|
-INSTALL_DIRS = ${BUILD_DIRS} etc doc help
|
|
+INSTALL_DIRS = ${BUILD_DIRS} etc doc help messages
|
|
CLEAN_DIRS = ${BUILD_DIRS} contrib
|
|
# Anywhere that we can make install, we obviously can rm -f Makefile
|
|
DISTCLEAN_DIRS = ${INSTALL_DIRS} contrib messages
|