From 706dbd6bca78e72a944e2d016f4f7c9cb089c056 Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 9 Mar 2015 07:04:28 +0000 Subject: [PATCH] fix create-patch macro (unused atm) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50179 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/glu/mmakefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/libs/glu/mmakefile.src b/workbench/libs/glu/mmakefile.src index 5ced2c42c6..9d019a6e73 100644 --- a/workbench/libs/glu/mmakefile.src +++ b/workbench/libs/glu/mmakefile.src @@ -146,7 +146,7 @@ EMUL_CXX_SOURCES := \ patches_specs=$(PATCHSPEC) %create_patch mmake=workbench-libs-glu-create-patch \ - archive=$(ARCHBASE) srcdir=bdwgc-$(ARCHBASE) destination=$(PORTSDIR)/gc + archive=$(ARCHBASE) srcdir=bdwgc-$(ARCHBASE) destination=$(PORTSDIR)/glu %build_module mmake=workbench-libs-glu \ modname=glu modtype=library linklibname=GLU \ -- 2.11.4.GIT