13 lines
503 B
Plaintext
13 lines
503 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.7 2006/11/20 03:15:36 jolan Exp $
|
|
--- src/Makefile.in.orig Sun Nov 19 11:45:21 2006
|
|
+++ src/Makefile.in Sun Nov 19 21:12:41 2006
|
|
@@ -248,7 +248,7 @@ target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
SUBDIRS = SDL POSIX MAC
|
|
-gamesdir = $(prefix)/games
|
|
+gamesdir = $(prefix)/bin
|
|
prboom_game_server_SOURCES = d_server.c protocol.h
|
|
prboom_game_server_LDADD = POSIX/libposixdoom.a SDL/i_network.o @NET_LIBS@ @SDL_LIBS@
|
|
COMMON_SRC = \
|