aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 7aa0785..b477eb8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,9 +56,8 @@ all: $(JIMSH) @C_EXT_SHOBJS@
# Create C extensions from pure Tcl extensions
.SUFFIXES: .tcl
.tcl.o:
- @tclsh@ @srcdir@/make-c-ext.tcl $< >_$*.c || ( rm _$*.c; exit 1)
- $(CC) $(CFLAGS) -c -o $@ _$*.c || ( rm _$*.c; exit 1)
- @rm -f _$*.c
+ @tclsh@ @srcdir@/make-c-ext.tcl $< >_$*.c
+ $(CC) $(CFLAGS) -c -o $@ _$*.c
docs: Tcl.html