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

Collapse All | Expand All

(-)binwalk-1.3.0.old/src/C/Makefile.in (-8 / +8 lines)
Lines 8-27 Link Here
8
export INSTALL_OPTIONS=@INSTALL_OPTIONS@
8
export INSTALL_OPTIONS=@INSTALL_OPTIONS@
9
9
10
all: clean
10
all: clean
11
	make -C miniz
11
	$(MAKE) -C miniz
12
	make -C compress
12
	$(MAKE) -C compress
13
13
14
install:
14
install:
15
	make -C miniz install
15
	$(MAKE) -C miniz install
16
	make -C compress install
16
	$(MAKE) -C compress install
17
17
18
.PHONY: clean distclean
18
.PHONY: clean distclean
19
19
20
clean:
20
clean:
21
	make -C miniz clean
21
	$(MAKE) -C miniz clean
22
	make -C compress clean
22
	$(MAKE) -C compress clean
23
23
24
distclean:
24
distclean:
25
	make -C miniz distclean
25
	$(MAKE) -C miniz distclean
26
	make -C compress distclean
26
	$(MAKE) -C compress distclean
27
	rm -rf *.cache config.* Makefile
27
	rm -rf *.cache config.* Makefile

Return to bug 501918