aboutsummaryrefslogtreecommitdiff
path: root/man/man3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/Makefile.in')
-rw-r--r--man/man3/Makefile.in6
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 \