diff options
author | boehme <boehme> | 2001-10-30 20:33:27 +0000 |
---|---|---|
committer | boehme <boehme> | 2001-10-30 20:33:27 +0000 |
commit | e448c7a56df8e289c9dbd5b8d87753addd541091 (patch) | |
tree | 245417298a84bd0f5f932f184fc9b7e3ea861c7f /lib/Makefile.in | |
parent | ee47ae6458aa34dca06c864ac8ccf778d081cf50 (diff) |
rfxswf cleanups: added prefixes and altered structure name conventions
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r-- | lib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index d24d8d2f..e34cc47c 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -78,7 +78,7 @@ DIST_COMMON = Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: |