diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2013-07-04 14:33:48 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2013-07-04 14:33:48 +0000 |
commit | c127e8a413e18230aa9ba2775c2be0edceab9b77 (patch) | |
tree | 107e6fa4832fd768efdf407491bb8dfacad04232 /iemlib2 | |
parent | 750e8c9e036a21e58d768908392b61e8e2a895d5 (diff) |
include Make.include at the end
so SRC is propery expanded
svn path=/trunk/externals/iemlib/; revision=17178
Diffstat (limited to 'iemlib2')
-rw-r--r-- | iemlib2/src/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 + |