Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 143026
Collapse All | Expand All

(-)Makefile_BACKUP (-2 / +2 lines)
Lines 7-16 Link Here
7
LIB = -lfuse -lpthread -lm
7
LIB = -lfuse -lpthread -lm
8
8
9
build:
9
build:
10
	make -C src/
10
	$(MAKE) -C src/
11
11
12
clean:
12
clean:
13
	make -C src/ clean
13
	$(MAKE) -C src/ clean
14
14
15
install: build
15
install: build
16
	cp src/unionfs $(DESTDIR)/sbin/
16
	cp src/unionfs $(DESTDIR)/sbin/

Return to bug 143026