From 9fbf680d1b665102e0ffd206f3028d1640604db2 Mon Sep 17 00:00:00 2001 From: "jordi.saludes" Date: Fri, 16 Jul 2010 12:28:22 +0000 Subject: [PATCH] Removing intermediaries in py-bindings Makefile. --- contrib/py-bindings/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile index 51380c06c..aa1853596 100644 --- a/contrib/py-bindings/Makefile +++ b/contrib/py-bindings/Makefile @@ -17,11 +17,13 @@ gf.so: PGFFFI.hs gfmodule.c clean: rm -f *.hi *.o rm -f *_stub.* + rm -f PyGF.hs superclean: make clean rm -f PGFFFI.hs pgf.h Query.pgf rm -f gf.so + rm -f mtest PyGF.hs: PyGF.hsc hsc2hs -I$(pythoninc) $<