Description: clean Makefile
 Run distclean, which cleans the Makefile. This is only needed to make build+clean idempotent.
Author: Thibaut Paumard <thibaut@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2014-03-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
 # these values filled in by    yorick -batch make.i
-Y_MAKEDIR=/apps/libexec/yorick/current
-Y_EXE=/apps/libexec/yorick/current/bin/yorick
+Y_MAKEDIR=
+Y_EXE=
 Y_EXE_PKGS=
-Y_EXE_HOME=/apps/libexec/yorick/current
-Y_EXE_SITE=/apps/libexec/yorick/current
+Y_EXE_HOME=
+Y_EXE_SITE=
 Y_HOME_PKG=
 
 # ----------------------------------------------------- optimization flags
