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

(-)libpretrace-0.4/Makefile (-1 / +1 lines)
Lines 14-20 Link Here
14
	@echo 'type `make install` to install to $(PREFIX)'
14
	@echo 'type `make install` to install to $(PREFIX)'
15
15
16
ptgenmap: libpretrace.so ptgenmap.o
16
ptgenmap: libpretrace.so ptgenmap.o
17
	$(CC) $(CFLAGS) $(LDFLAGS) -g -L. -lpretrace ptgenmap.o -o ptgenmap
17
	$(CC) $(CFLAGS) $(LDFLAGS) -g -L. ptgenmap.o -lpretrace -o ptgenmap
18
18
19
ptgenmap.o:
19
ptgenmap.o:
20
	$(CC) $(CFLAGS) -Wall -g -fPIC -c ptgenmap.c
20
	$(CC) $(CFLAGS) -Wall -g -fPIC -c ptgenmap.c

Return to bug 128443