summaryrefslogtreecommitdiffstats
path: root/patches/comgt.0.32/0001-Fix-cross-compilation.patch
blob: b8ea7aabb042cd307e33a9ecf005c94b4b777d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Bernhard Walle <bernhard@bwalle.de>
Date: Wed, 25 Jul 2012 17:35:00 +0200
Subject: [PATCH] Fix cross compilation

Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
 Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6028647..412a7b3 100755
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,6 @@ clean:
 
 
 comgt: comgt.o
-	cc comgt.o $(LDFLAGS) -o comgt
 
 comgt.o: comgt.c comgt.h
-	cc comgt.c $(CFLAGS)