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

(-)misc/felis/files/patch-Makefile (+10 lines)
Line 0 Link Here
1
--- Makefile.orig	2000-05-13 18:12:00.000000000 +0200
2
+++ Makefile	2015-05-29 22:53:56.275963000 +0200
3
@@ -13,6 +13,6 @@
4
 all: felis
5
 
6
 felis: felis.c
7
-	CC ${CFLAGS} felis.c -o felis
8
+	${CC} ${CFLAGS} felis.c -o felis
9
 	strip felis
10
 

Return to bug 200523