diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-17 20:56:53 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-17 20:56:53 +0100 |
commit | 2adeca46f677bacad1914a3a1eedabaf710c71ad (patch) | |
tree | 71028a415516aa9c702e86a6959cb9d2101229a6 /lib/Makefile.in | |
parent | 842dcead48ee80a10afa6e03667e9bf74cb8f2ab (diff) | |
parent | d3c90cdcdf56146af89056ed36bfcc7b4d4956c5 (diff) |
Merge tag 'upstream/2.9.8'
Upstream version 2.9.8
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 3bcfeda..a203723 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -410,8 +410,10 @@ distclean: cd lanplus; make distclean install: - $(MKDIR) ${datato} - cd lanplus; make install + if [ "$(PLUSFLAGS)" = "-DHAVE_LANPLUS" ]; then \ + $(MKDIR) ${datato} ; \ + cd lanplus; make install ; \ + fi check: |