From 837f58bdadda09a13b062929d6b5d448bdb5cabe Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 23 Mar 2012 10:28:51 +0000 Subject: Switch to the autotools build system in tbdiff.morph. --- tbdiff.morph | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tbdiff.morph b/tbdiff.morph index 94ed111..8963c85 100644 --- a/tbdiff.morph +++ b/tbdiff.morph @@ -1,10 +1,5 @@ { "name": "tbdiff", "kind": "chunk", - "build-commands": [ - "make" - ], - "install-commands": [ - "make PREFIX=\"/usr\" DESTDIR=\"$DESTDIR\" install" - ] + "build-system": "autotools" } -- cgit v1.2.1