View | Details | Raw Unified | Return to bug 200522
Collapse All | Expand All

(-)converters/tuc/files/patch-Makefile (+10 lines)
Line 0 Link Here
1
--- Makefile.orig	1999-03-31 00:05:50.000000000 +0200
2
+++ Makefile	2015-05-29 22:47:04.112918000 +0200
3
@@ -13,6 +13,6 @@
4
 all: tuc
5
 
6
 tuc: tuc.c
7
-	CC ${CFLAGS} tuc.c -o tuc
8
+	${CC} ${CFLAGS} tuc.c -o tuc
9
 	strip tuc
10
 

Return to bug 200522