From c127e8a413e18230aa9ba2775c2be0edceab9b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 4 Jul 2013 14:33:48 +0000 Subject: include Make.include at the end so SRC is propery expanded svn path=/trunk/externals/iemlib/; revision=17178 --- iemlib2/src/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'iemlib2/src') diff --git a/iemlib2/src/makefile b/iemlib2/src/makefile index 2b3e364..b03afe2 100644 --- a/iemlib2/src/makefile +++ b/iemlib2/src/makefile @@ -1,6 +1,5 @@ TARGET = iemlib2 -include ../../Make.include SRC = add2_comma.c \ @@ -44,3 +43,6 @@ SRC = add2_comma.c \ unsymbol.c \ wrap.c \ $(TARGET).c + +include ../../Make.include + -- cgit v1.2.1