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

Collapse All | Expand All

(-)krystaldrop/Makefile.dep (-2 / +1 lines)
Lines 10-16 default: Link Here
10
$(DEP): dep/%.d: %.cpp
10
$(DEP): dep/%.d: %.cpp
11
	@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
11
	@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
12
	@$(SHELL) -ec '$(CC) $(CCFLAGS) $(DCFLAGS) $< \
12
	@$(SHELL) -ec '$(CC) $(CCFLAGS) $(DCFLAGS) $< \
13
	| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o \
13
	| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
14
	dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
15
	[ -s $@ ] || rm -f $@'
14
	[ -s $@ ] || rm -f $@'
16
15
(-)krystaldrop/Sources/Makefile.dep (-2 / +1 lines)
Lines 10-16 default: Link Here
10
$(DEP): dep/%.d: %.cpp
10
$(DEP): dep/%.d: %.cpp
11
	@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
11
	@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
12
	@$(SHELL) -ec '$(CC) $(CCFLAGS) $(DCFLAGS) $< \
12
	@$(SHELL) -ec '$(CC) $(CCFLAGS) $(DCFLAGS) $< \
13
	| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o \
13
	| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
14
	dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
15
	[ -s $@ ] || rm -f $@'
14
	[ -s $@ ] || rm -f $@'
16
15

Return to bug 131834