aboutsummaryrefslogtreecommitdiffstats
path: root/make-reg-dotc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-11 05:41:38 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-11 05:41:38 +0000
commitbce90a477179f0d4fbfc3fcf4e0525919e79e793 (patch)
treef37ce47396311f96be46051411ce9c3c0f5908fe /make-reg-dotc
parentb6313ab237987ba6f6dd089f174ef1f72acab143 (diff)
"make-reg-dotc" was writing the "#include "register.h"" line to
"register.c-tmp", not "${outfile}-tmp"; fix that. svn path=/trunk/; revision=3688
Diffstat (limited to 'make-reg-dotc')
-rwxr-xr-xmake-reg-dotc2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-reg-dotc b/make-reg-dotc
index bfa35984fe..8aee132667 100755
--- a/make-reg-dotc
+++ b/make-reg-dotc
@@ -19,7 +19,7 @@ shift
rm -f ${outfile}-tmp
echo '/* Do not modify this file. */' >${outfile}-tmp
echo '/* It is created automatically by the Makefile. */'>>${outfile}-tmp
-echo '#include "register.h"' >>register.c-tmp
+echo '#include "register.h"' >>${outfile}-tmp
#
# Build code to call all the protocol registration routines.