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

(-)a/src/Makefile.in (-2 / +2 lines)
Lines 39-45 Link Here
39
	$(CC) $(CFLAGS) $(INCLUDES) -c $<
39
	$(CC) $(CFLAGS) $(INCLUDES) -c $<
40
40
41
$(TARGET): $(OBJS)
41
$(TARGET): $(OBJS)
42
	$(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(LIBS)
42
	$(LINK.o) $^ $(LIBS) -o $@
43
43
44
.PHONY: clean
44
.PHONY: clean
45
clean:
45
clean:
Lines 52-57 Link Here
52
.PHONY: install
52
.PHONY: install
53
install: mboxgrep
53
install: mboxgrep
54
	$(INSTALL) -d $(prefix)/bin
54
	$(INSTALL) -d $(prefix)/bin
55
	$(INSTALL) -s $(TARGET) $(prefix)/bin
55
	$(INSTALL) $(TARGET) $(prefix)/bin
56
56
57
.NOEXPORT:
57
.NOEXPORT:

Return to bug 240926