From: fennecdjay Date: Wed, 3 Jul 2019 03:42:48 +0000 (+0200) Subject: :art: Fix Package X-Git-Tag: nightly~2381^2~15 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a4fe953e74d2e97275bf996efb4859527068830c;p=gwion.git :art: Fix Package --- diff --git a/Makefile b/Makefile index 34bcf058..22b1ee23 100644 --- 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 ce24578b..d85f0930 160000 --- a/ast +++ b/ast @@ -1 +1 @@ -Subproject commit ce24578bdde09d4f05435e6a5c2083c6853eb410 +Subproject commit d85f0930b632be859189dae9ca42829458052016