summaryrefslogtreecommitdiff
path: root/multimedia/vls/patches/patch-ah
blob: e06a882e84b3207bc0f0838966aaedb58b80f52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ah,v 1.1 2006/05/11 17:59:57 joerg Exp $

--- Makefile.dep.orig	2006-05-11 14:48:27.000000000 +0000
+++ Makefile.dep
@@ -48,17 +48,9 @@ default:
 
 $(DEP): dep/%.dpp: src/%.cpp
 	@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
-	@echo "Generating dependancies for $<..."
-	@$(SHELL) -ec '$(CXX) $(DCFLAGS) $(INCLUDE) $< \
-	| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/src\/$(subst /,\/,$*).o \
-	dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
-	[ -s $@ ] || rm -f $@'
+	touch $@
 
 $(C_DEP): dep/%.d: src/%.c
 	@test -d dep/$(dir $*) || mkdir -p dep/$(dir $*)
-	@echo "Generating dependancies for $<..."
-	@$(SHELL) -ec '$(CC) $(DCFLAGS) $(INCLUDE) $< \
-	| sed '\''s/$(subst .,\.,$(notdir $*))\.o[ :]*/src\/$(subst /,\/,$*).o \
-	dep\/$(subst /,\/,$*).d : /g'\'' > $@; \
-	[ -s $@ ] || rm -f $@'
+	touch $@