Description: Remove platform directory and references to it
 The directory contains tools for upstream release engineering,
 including a binary-only version of Qemu.
Author: Moritz Schlarb <schlarbm@uni-mainz.de>
Last-Update: 2017-07-31
Index: cjose/Makefile.am
===================================================================
--- cjose.orig/Makefile.am
+++ cjose/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . include src test doc platform
+SUBDIRS = . include src test doc
 EXTRA_DIST = CHANGELOG.md README.md LICENSE
 
 pkgconfigdir = $(libdir)/pkgconfig
Index: cjose/configure.ac
===================================================================
--- cjose.orig/configure.ac
+++ cjose/configure.ac
@@ -73,7 +73,6 @@ AC_CONFIG_FILES([Makefile
                  src/Makefile
                  test/Makefile
                  doc/Makefile doc/Doxyfile
-                 platform/Makefile platform/centos/Makefile platform/debian/Makefile
                  cjose.pc])
 
 AC_OUTPUT
