]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix Package
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 3 Jul 2019 03:42:48 +0000 (05:42 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 3 Jul 2019 03:42:48 +0000 (05:42 +0200)
Makefile
ast

index 34bcf0582b8b6646b5beaa9d2a7e449afc6e914e..22b1ee236c00732999553e64e40dcf4751550934 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE=gwion
-CFLAGS += -DPACKAGE='"{PACKAGE}"'
+CFLAGS += -DPACKAGE='"${PACKAGE}"'
 
 ifeq (,$(wildcard util/config.mk))
 $(shell cp util/config.mk.orig util/config.mk)
diff --git a/ast b/ast
index ce24578bdde09d4f05435e6a5c2083c6853eb410..d85f0930b632be859189dae9ca42829458052016 160000 (submodule)
--- a/ast
+++ b/ast
@@ -1 +1 @@
-Subproject commit ce24578bdde09d4f05435e6a5c2083c6853eb410
+Subproject commit d85f0930b632be859189dae9ca42829458052016