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

(-)fbpanel-4.2/plugins/Makefile (+3 lines)
Lines 30-35 Link Here
30
30
31
all:$(SOBJ)
31
all:$(SOBJ)
32
32
33
%.o : %.c
34
	$(Q)$(CC) -c $(INCS) $(SCFLAGS) $(CPPFLAGS) $< -o $@
35
33
%.so: %.o
36
%.so: %.o
34
	$(call summary,LD  ,$@)
37
	$(call summary,LD  ,$@)
35
	$(Q)$(CC) $(SCFLAGS) $(INCS) $< -o $@
38
	$(Q)$(CC) $(SCFLAGS) $(INCS) $< -o $@
(-)fbpanel-4.2/systray/Makefile (+3 lines)
Lines 19-24 Link Here
19
endif
19
endif
20
endif
20
endif
21
21
22
%.o : %.c
23
	$(Q)$(CC) -c $(INCS) $(SCFLAGS) $(CPPFLAGS) $< -o $@
24
22
all:$(TARGET)
25
all:$(TARGET)
23
$(TARGET): $(OBJ) 
26
$(TARGET): $(OBJ) 
24
	$(call summary,LD  ,$@)
27
	$(call summary,LD  ,$@)

Return to bug 94217