Skip to content
Commits on Source (2)
theseus (3.3.0-7) UNRELEASED; urgency=medium
* Non-maintainer upload.
* Fix string bugs uncovered by gcc8
Closes: #908459
-- Fabian Kloetzl <kloetzl@evolbio.mpg.de> Mon, 10 Sep 2018 09:56:01 +0000
theseus (3.3.0-6) unstable; urgency=medium
* Move packaging from SVN to Git
......
This diff is collapsed.
From: =?utf-8?q?Fabian_Kl=C3=B6tzl?= <fabian@kloetzl.info>
Date: Mon, 10 Sep 2018 10:28:02 +0000
Subject: create lib dir
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index cb1c708..a3ee651 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,10 @@ termcol.o theseuslib.o
all: libs ltheseus progs
-libs: ldistfit lDLTutils lmsa ldltmath ldssplite
+libs: makelibdir ldistfit lDLTutils lmsa ldltmath ldssplite
+
+makelibdir:
+ mkdir -p lib
progs: theseus libs
30_fix_gcc_options.patch
gcc-7.patch
0003-fix-issues-uncovered-by-gcc8.patch
0004-create-lib-dir.patch