summaryrefslogtreecommitdiff
path: root/lib/Automake/Global.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Global.pm')
-rw-r--r--lib/Automake/Global.pm13
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/Automake/Global.pm b/lib/Automake/Global.pm
index c04406133..162d42e6a 100644
--- a/lib/Automake/Global.pm
+++ b/lib/Automake/Global.pm
@@ -43,11 +43,11 @@ use vars qw (@EXPORT);
@dist_targets @proglist @liblist @ltliblist @dup_shortnames
%known_programs %known_libraries %extension_seen %language_scratch
%lang_specific_files @dist_common $handle_dist_run %linkers_used
- $need_link $must_handle_compiled_objects %transformed_files
- AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET MOSTLY_CLEAN
- CLEAN DIST_CLEAN MAINTAINER_CLEAN LANG_IGNORE LANG_PROCESS LANG_SUBDIR
- COMPILE_LIBTOOL COMPILE_ORDINARY QUEUE_MESSAGE QUEUE_CONF_FILE
- QUEUE_LOCATION QUEUE_STRING);
+ $need_link $must_handle_compiled_objects AC_CANONICAL_BUILD
+ AC_CANONICAL_HOST AC_CANONICAL_TARGET MOSTLY_CLEAN CLEAN DIST_CLEAN
+ MAINTAINER_CLEAN LANG_IGNORE LANG_PROCESS LANG_SUBDIR COMPILE_LIBTOOL
+ COMPILE_ORDINARY QUEUE_MESSAGE QUEUE_CONF_FILE QUEUE_LOCATION
+ QUEUE_STRING);
## ----------- ##
## Constants. ##
@@ -425,8 +425,5 @@ our $need_link;
# (for binary programs, or plain or libtool libraries)?
our $must_handle_compiled_objects;
-# Record each file processed by make_paragraphs.
-our %transformed_files;
-
1;