Browse Source

- missing '(' in sed dep. rules fixed (thanks to Ondrej <[email protected])

Closes: SER-354
Andrei Pelinescu-Onciul 17 years ago
parent
commit
4731698a1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.rules

+ 1 - 1
Makefile.rules

@@ -28,7 +28,7 @@
 
 %.d: %.c $(ALLDEP)
 	@set -e; $(MKDEP) $(CFLAGS) $(INCLUDES) $(DEFS) $< \
-	|  sed 's#\(\($*D)\)\?$(*F)\)\.o[ :]*#$*.o $@ : #g' > $@; \
+	|  sed 's#\(\($(*D)\)\?$(*F)\)\.o[ :]*#$*.o $@ : #g' > $@; \
 	[ -s $@ ] || rm -f $@
 
 # use RPATH and SER_LIBS if needed (make install and the module depends