aboutsummaryrefslogtreecommitdiffstats
path: root/make-reg-dotc
diff options
context:
space:
mode:
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.