]> Nishi Git Mirror - gwion.git/commitdiff
:art: rename PACKAGE => GWION_PACKAGE
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 31 Aug 2019 20:21:42 +0000 (22:21 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 31 Aug 2019 20:21:42 +0000 (22:21 +0200)
Makefile

index fd93093eb63ad3649b1acffe9907b89c5decb04c..dcc1dea6bd43d6279d19e3fd383b480eac0cb915 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-PACKAGE=gwion
-CFLAGS += -DPACKAGE='"${PACKAGE}"'
+GWION_PACKAGE=gwion
+CFLAGS += -DGWION_PACKAGE='"${GWION_PACKAGE}"'
 
 ifeq (,$(wildcard util/config.mk))
 $(shell cp util/config.mk.orig util/config.mk)