diff options
author | Stig Bakken <ssb@php.net> | 2003-02-11 01:17:20 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2003-02-11 01:17:20 +0000 |
commit | 710b20a528af904ea3d9b1e8bdb8134ee22a0fda (patch) | |
tree | bf108ec4c1a05ce54344087d380316479c486779 | |
parent | e3831c2ef58ed4d325b2733f9aec541979284572 (diff) | |
download | php-git-710b20a528af904ea3d9b1e8bdb8134ee22a0fda.tar.gz |
* clean up so Jani is not so confused
-rw-r--r-- | pear/Makefile.frag | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag index 4168c75a7b..022e80d747 100644 --- a/pear/Makefile.frag +++ b/pear/Makefile.frag @@ -20,9 +20,3 @@ install-pear: exit 5; \ fi -#$(builddir)/scripts/pear: $(srcdir)/scripts/pear.in $(top_builddir)/config.status -# (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status) - -#$(builddir)/scripts/phptar: $(srcdir)/scripts/phptar.in $(top_builddir)/config.status -# (CONFIG_FILES=$@ CONFIG_HEADERS= $(top_builddir)/config.status) - |