changeset 2522:2b48d0ed6b56

Move some CFLAGS from config.mak to Makefile.common.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Aug 2023 12:50:28 +0300
parents 55201a1420df
children 8b6a32b66e0f
files Makefile.common config.mak
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.common	Sat Aug 12 18:04:57 2023 +0300
+++ b/Makefile.common	Mon Aug 14 12:50:28 2023 +0300
@@ -4,6 +4,9 @@
 include config.mak
 include Makefile.paths
 
+CFLAGS += -DTH_PROG_AUTHOR="\"By Matti 'ccr' Hamalainen (C) Copyright 2006-2023 TNSP\""
+CFLAGS += -DTH_PROG_LICENSE="\"This software is distributed under GNU General Public License version 2\""
+
 
 ###
 ### Binaries and objects
--- a/config.mak	Sat Aug 12 18:04:57 2023 +0300
+++ b/config.mak	Mon Aug 14 12:50:28 2023 +0300
@@ -43,8 +43,6 @@
 ###
 ### Misc stuff
 ###
-CFLAGS += -DTH_PROG_AUTHOR="\"By Matti 'ccr' Hamalainen (C) Copyright 2006-2023 TNSP\""
-CFLAGS += -DTH_PROG_LICENSE="\"This software is distributed under GNU General Public License version 2\""
 
 RSCP = rsync -vptogzL -e ssh