Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 106932 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.orig (-3 / +2 lines)
Lines 1-8 Link Here
1
all: ssss-split ssss-combine ssss.1 ssss.1.html
1
all: ssss-split ssss-combine ssss.1.html
2
2
3
ssss-split: ssss.c
3
ssss-split: ssss.c
4
	$(CC) -W -Wall -O2 -lgmp -o ssss-split ssss.c
4
	$(CC) -W -Wall $(CFLAGS) -lgmp -o ssss-split ssss.c
5
	strip ssss-split
6
5
7
ssss-combine: ssss-split
6
ssss-combine: ssss-split
8
	ln -f ssss-split ssss-combine
7
	ln -f ssss-split ssss-combine

Return to bug 106932