浏览代码

- make file dependency creation in subdirs bug fixed
(all the .d files in the core's subdirs where buggy; the bug was found by Bogdan when compiling aaa_server)

Andrei Pelinescu-Onciul 22 年之前
父节点
当前提交
debad23c2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.rules

+ 1 - 1
Makefile.rules

@@ -19,7 +19,7 @@
 
 %.d: %.c $(ALLDEP)
 	@set -e; $(MKDEP) $(DEFS) $< \
-	|  sed 's#\($*\)\.o[ :]*#\1.o $@ : #g' > $@; \
+	|  sed 's#\(\($*D)\)\?$(*F)\)\.o[ :]*#$*.o $@ : #g' > $@; \
 	[ -s $@ ] || rm -f $@