1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 21:52:36 +02:00

Move only, if the file exists.

This commit is contained in:
Sascha Schumann
1999-11-09 18:18:16 +00:00
parent 16ea76a880
commit 5bb017f6d4

View File

@@ -63,7 +63,7 @@ acconfig.h: $(acconfig_h_SOURCES)
$(makefile_in_files): $(makefile_am_files) aclocal.m4
@echo rebuilding Makefile.in\'s
@for i in $(LT_TARGETS); do mv $$i $$i.bak; done
@for i in $(LT_TARGETS); do test -f $$i && mv $$i $$i.bak; done
@automake -a -i $(AMFLAGS) $(makefile_files) 2>&1 \
| grep -v PHP_OUTPUT_FILES || true >&2
@for i in $(LT_TARGETS); do mv $$i.bak $$i; done