diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2015-09-07 10:27:21 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2015-09-07 10:27:21 +0200 |
| commit | 152e3dcf65c2d8a0f2d210ddb2a3fae8bbe2307e (patch) | |
| tree | 0ea9dbfe7fefb9f6c8bb93e9633a7710567bfc7f | |
| parent | c8d1b0431c73f44b352d4120e5d98a2f98127ec0 (diff) | |
| download | PROJ-152e3dcf65c2d8a0f2d210ddb2a3fae8bbe2307e.tar.gz PROJ-152e3dcf65c2d8a0f2d210ddb2a3fae8bbe2307e.zip | |
Remove ghost 'compile' file mentionned in DIST_COMMON from Makefile.in, that cause 'make dist-all' to fail
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7d3fbcc0..67be4872 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ subdir = . DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ - $(srcdir)/proj.pc.in COPYING compile config.guess config.sub \ + $(srcdir)/proj.pc.in COPYING config.guess config.sub \ depcomp install-sh missing ltmain.sh ltconfig ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cflags_warn_all.m4 \ |
