aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-04-05 22:25:00 +0000
committerGuy Harris <guy@alum.mit.edu>1999-04-05 22:25:00 +0000
commit2400bb0453509c90ae6bfdc797e464761a45b473 (patch)
tree8e06d59155f1acacf142d95f531f4c3273e7ac4c
parentee80616a8cd2f45731e0cebc1ef83265f469e7e4 (diff)
The joys of "automake" being run in different environments - undo the
change my local environment inserted, setting TAR to "gtar" rather than "tar". svn path=/trunk/; revision=238
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1af69935fd..79748649af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -217,7 +217,7 @@ mkinstalldirs stamp-h.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP = --best
DEP_FILES = .deps/capture.P .deps/column.P .deps/ethereal.P \
.deps/ethertype.P .deps/file.P .deps/filter.P .deps/follow.P \