diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-05 09:56:47 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2012-05-16 18:47:38 +0200 |
commit | 5bd66283dbfa7a20b0c50c9a3e4362409b61ec06 (patch) | |
tree | ae96be31ae4d234a32b869e65f3756b0f553aff3 /Makerules | |
parent | 656416c96528437f54b345b1470aaa40f145ed30 (diff) | |
download | glibc-5bd66283dbfa7a20b0c50c9a3e4362409b61ec06.tar.gz |
Track dependencies for .oS-only objects
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -647,6 +647,7 @@ endif +depfiles := $(sources:.c=.d) \ $(patsubst %.o,%.d,$(filter %.o,$(extra-objs:.os=.o))) \ + $(patsubst %.oS,%.d,$(filter %.oS,$(extra-objs))) \ $(patsubst %.o,%.d,$(filter %.o,$(extra-test-objs:.os=.o))) \ $(addsuffix .d,$(tests) $(xtests) $(test-srcs)) ifeq ($(build-programs),yes) |