multiline constant.

This commit is contained in:
espie 2004-01-15 18:33:36 +00:00
parent 0d4824c099
commit f3fa39ffae

View File

@ -0,0 +1,12 @@
$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: