diff options
| author | Christian Hesse <mail@eworm.de> | 2016-03-23 12:58:10 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-03-23 14:25:47 +0100 |
| commit | eef823c076f68ad2f72f9f0560e8b28410a60a07 (patch) | |
| tree | 6ee266fe8501c3b8b91f4533dd3baf0338660610 /GNUmakefile | |
| parent | 744e891138c1f9821cf6a43b627325eca806d6d8 (diff) | |
| download | vis-eef823c076f68ad2f72f9f0560e8b28410a60a07.tar.gz vis-eef823c076f68ad2f72f9f0560e8b28410a60a07.tar.xz | |
fix dependencies for standalone build
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 4773324..90d830f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -87,7 +87,7 @@ dependency/sources/extract-libtermkey: dependency/sources/$(LIBTERMKEY).tar.gz tar xzf $< -C $(dir $<) touch $@ -dependency/sources/build-libtermkey: dependency/sources/extract-libtermkey +dependency/sources/build-libtermkey: dependency/sources/extract-libtermkey dependency/sources/install-libncurses # TODO no sane way to avoid pkg-config and specify LDFLAGS? sed -i 's/LDFLAGS+=-lncurses$$/LDFLAGS+=-lncursesw/g' $(dir $<)/$(LIBTERMKEY)/Makefile $(MAKE) -C $(dir $<)/$(LIBTERMKEY) PREFIX=$(DEPS_PREFIX) termkey.h libtermkey.la |
