summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 7079e01..10d6124 100644
--- a/main.c
+++ b/main.c
@@ -988,6 +988,10 @@ int main (int argc, char ** argv)
atexit (msdos_return_to_initial_directory);
#endif
+ /* Initialize the special variables. */
+ define_variable (".VARIABLES", 10, "", o_default, 0);
+ define_variable (".TARGETS", 8, "", o_default, 0);
+
/* Read in variables from the environment. It is important that this be
done before $(MAKE) is figured out so its definitions will not be
from the environment. */