blob: 4f17d0a72dea2e60fd72af4079c2ca3f857a66f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.module.dep.orig Mon Dec 9 02:55:29 2002
+++ Makefile.module.dep Wed Nov 1 16:08:15 2006
@@ -50,7 +50,7 @@
@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
@echo "Generating dependancies for $<..."
@$(SHELL) -ec '$(CXX) $(DCFLAGS) $(MODULE_DCFLAGS) $(INCLUDE) $< \
- | sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o \
+ | sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/$(subst /,\/,$*).o : \
dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
[ -s $@ ] || rm -f $@'
|