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

Collapse All | Expand All

(-)Makefile.in.orig (-2 / +2 lines)
Lines 15-22 Link Here
15
	$(CC) $(CFLAGS) -DMAGIC='"$(MAGICPATH).binwalk"' -DMAGIC_ALT='"$(MAGICPATH).bincast"' binwalk.c -o binwalk *.o $(LDFLAGS)
15
	$(CC) $(CFLAGS) -DMAGIC='"$(MAGICPATH).binwalk"' -DMAGIC_ALT='"$(MAGICPATH).bincast"' binwalk.c -o binwalk *.o $(LDFLAGS)
16
16
17
file:
17
file:
18
	(cd $(FILE)/src && make)
18
	+(cd $(FILE)/src && make)
19
	(cp $(FILE)/src/*.o . && rm -f file.o)
19
	+(cp $(FILE)/src/*.o . && rm -f file.o)
20
	
20
	
21
common.o:
21
common.o:
22
	$(CC) $(CFLAGS) -c common.c
22
	$(CC) $(CFLAGS) -c common.c

Return to bug 374723