diff options
Diffstat (limited to 'backends/Makefile.am')
| -rw-r--r-- | backends/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/Makefile.am b/backends/Makefile.am index fc482258..a81c90e9 100644 --- a/backends/Makefile.am +++ b/backends/Makefile.am @@ -112,11 +112,10 @@ libebl_s390_pic_a_SOURCES = $(s390_SRCS) am_libebl_s390_pic_a_OBJECTS = $(s390_SRCS:.c=.os) -%.os: %.c %.o +%.os: %.c if $(COMPILE) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \ -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \ - then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \ - rm -f "$(DEPDIR)/$*.Tpo"; \ + then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ fi |
