diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-27 15:37:49 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-27 15:37:49 +0000 |
| commit | fa5a9250c476daa3ff68bfe03cb4e9f62e0766c9 (patch) | |
| tree | 30e41c55e42352b3b51d877ee55d1ea9772b321a /man/man3 | |
| parent | d423218146de6b5523317e5a3dbac1a7759c47d6 (diff) | |
| download | PROJ-fa5a9250c476daa3ff68bfe03cb4e9f62e0766c9.tar.gz PROJ-fa5a9250c476daa3ff68bfe03cb4e9f62e0766c9.zip | |
insignificant changes
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@810 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'man/man3')
| -rw-r--r-- | man/man3/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man3/Makefile.in b/man/man3/Makefile.in index ca79aadc..ed704e33 100644 --- a/man/man3/Makefile.in +++ b/man/man3/Makefile.in @@ -62,9 +62,11 @@ host_triplet = @host@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ +LD = @LD@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ +NM = @NM@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -85,7 +87,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -152,7 +154,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
