summaryrefslogtreecommitdiffstats
path: root/misc/felis/files/patch-Makefile
blob: edf3c0e3c234efa60c05353b007606ce11ce32e9 (plain)
1
2
3
4
5
6
7
8
9
10
--- Makefile.orig	2000-05-13 16:12:00 UTC
+++ Makefile
@@ -13,6 +13,5 @@ CC = gcc
 all: felis
 
 felis: felis.c
-	CC ${CFLAGS} felis.c -o felis
-	strip felis
+	${CC} ${CFLAGS} felis.c -o felis
 
OpenPOWER on IntegriCloud