Răsfoiți Sursa

- 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 ani în urmă
părinte
comite
debad23c2e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 $@