diff options
author | Sascha Schumann <sas@php.net> | 2000-05-18 11:41:41 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-18 11:41:41 +0000 |
commit | 1596e646fc78b9ce9f670bfb617f17432a9fef39 (patch) | |
tree | 2e41cc0953a5cd2f8e32500dc66d1e070b72378f /build/build2.mk | |
parent | f04936f8a1c8b8230d30f443e3f8e540acc7fa33 (diff) | |
download | php-git-1596e646fc78b9ce9f670bfb617f17432a9fef39.tar.gz |
Cosmetic change
Diffstat (limited to 'build/build2.mk')
-rw-r--r-- | build/build2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk index b51f86ace4..047a7f2108 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -52,7 +52,7 @@ acconfig.h: $(acconfig_h_SOURCES) cat $(acconfig_h_SOURCES) > $@ $(makefile_in_files): $(makefile_am_files) aclocal.m4 configure.in $(config_m4_files) - @echo rebuilding Makefile.in\'s + @echo rebuilding Makefile templates @for i in $(LT_TARGETS); do \ if test -f "$$i"; then \ mv $$i $$i.bak; \ |