diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 11:19:46 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 11:19:46 +0000 |
commit | cf8d1563c27a70fdd24055c1e80218ec7b5962d6 (patch) | |
tree | e2d9ea07d62989248ebc22bd54707f1421794786 /build | |
parent | afdaee9e471a7447892791a3d1286f49bd06aa2b (diff) | |
download | php-git-cf8d1563c27a70fdd24055c1e80218ec7b5962d6.tar.gz |
Remove ltconfig which is not used anymore by libtool 1.4
Diffstat (limited to 'build')
-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 ffe2a10459..9adac635ee 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -21,7 +21,7 @@ include generated_lists TOUCH_FILES = mkinstalldirs install-sh missing -LT_TARGETS = ltconfig ltmain.sh config.guess config.sub +LT_TARGETS = ltmain.sh config.guess config.sub makefile_in_files = $(makefile_am_files:.am=.in) makefile_files = $(makefile_am_files:e.am=e) |