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

Collapse All | Expand All

(-)Makefile.linux.old (-1 / +1 lines)
Lines 23-29 Link Here
23
	rm -f *.o $(TARGET)
23
	rm -f *.o $(TARGET)
24
24
25
install: all
25
install: all
26
	$(GIMPTOOL) --install-bin $(TARGET)
26
	$(GIMPTOOL) --install-admin-bin $(TARGET)
27
27
28
.c.o:
28
.c.o:
29
	$(CC) -c $(CFLAGS) $<
29
	$(CC) -c $(CFLAGS) $<

Return to bug 187050