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

Collapse All | Expand All

(-)Plugin/Makefile (-4 / +5 lines)
Lines 38-49 Link Here
38
38
39
SHAREDTARGET=npfreewrl.so
39
SHAREDTARGET=npfreewrl.so
40
40
41
install: npfreewrl
41
all: $(SHAREDTARGET)
42
	cp npfreewrl.so $(PLUGDIR)
43
42
44
all:	npfreewrl
45
43
46
npfreewrl: $(OBJ)
44
install: $(SHAREDTARGET)
45
	cp $(SHAREDTARGET) $(PLUGDIR)
46
47
$(SHAREDTARGET): $(OBJ)
47
	$(CC) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
48
	$(CC) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
48
49
49
npfreewrl.o: netscape/source/npfreewrl.c
50
npfreewrl.o: netscape/source/npfreewrl.c

Return to bug 88135