13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2004/01/15 18:33:36 espie Exp $
|
|
--- Makefile.orig 2004-01-15 19:27:52.000000000 +0100
|
|
+++ Makefile 2004-01-15 19:27:58.000000000 +0100
|
|
@@ -17,7 +17,7 @@ config: Makefile
|
|
|
|
cd src ; \
|
|
(echo "#define CONFDIR \"$(DEST)/files/\"" ; \
|
|
- echo "#define DVERSION \"$(DVERSION)\n\"") > conf.h ;
|
|
+ echo "#define DVERSION \"$(DVERSION)\\\n\"") > conf.h ;
|
|
touch config
|
|
|
|
clean:
|