diff options
author | Christian Persch <chpe@gnome.org> | 2012-02-12 19:44:31 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-02-26 22:09:04 -0500 |
commit | 735e4a6a6a5112b5caccb7e55841aa0eba50f5cb (patch) | |
tree | 019360ee6f7f7c593ed560e323a084adc37c517a /glib/update-pcre/Makefile.am | |
parent | afa3375210cf5b29885559c6fefcdd1b167614d2 (diff) | |
download | glib-735e4a6a6a5112b5caccb7e55841aa0eba50f5cb.tar.gz |
regex: Remove obsolete makefile fragments
The update.sh script doesn't work with current PCRE, so these are obsolete.
Diffstat (limited to 'glib/update-pcre/Makefile.am')
-rw-r--r-- | glib/update-pcre/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/update-pcre/Makefile.am b/glib/update-pcre/Makefile.am index 31171ece3..66943ec94 100644 --- a/glib/update-pcre/Makefile.am +++ b/glib/update-pcre/Makefile.am @@ -2,7 +2,5 @@ include $(top_srcdir)/Makefile.decl EXTRA_DIST += \ update.sh \ - Makefile.am-1 \ - Makefile.am-2 \ digitab.patch \ memory.patch |