diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-07-21 01:20:29 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-07-21 01:20:29 +0200 |
commit | d6a31eacfaefe016d57c5caaf9ab5e12d3d50618 (patch) | |
tree | 7706496ca98eab676adccbff0957294d56eb7630 /Makefile | |
parent | ff06e0639bd20b070e3fedef486c106ce6316086 (diff) | |
download | luaotfload-d6a31eacfaefe016d57c5caaf9ab5e12d3d50618.tar.gz |
[import] automate merge with parameters passed from makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ DOCSRCDIR = ./doc SCRIPTSRCDIR = ./scripts SRCSRCDIR = ./src FONTLOADERDIR = $(SRCSRCDIR)/fontloader/runtime -PACKAGEDIR = $(SRCSRCDIR)/fontloader/ +PACKAGEDIR = $(SRCSRCDIR)/fontloader BUILDDIR = ./build MISCDIR = ./misc |