Explorar o código

* Remove the temporary stringfix file when done with it

Bryan Drewery %!s(int64=14) %!d(string=hai) anos
pai
achega
8b83f7e78f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Makefile.in

+ 1 - 0
src/Makefile.in

@@ -137,6 +137,7 @@ include ./.deps/includes
 	@./stringfix@EXEEXT@ $< _$< || cp -f $< _$<
 	source='$<' object='$@' depfile='.deps/$*.Po' tmpdepfile='.deps/$*.TPo' depmode=$(CCDEPMODE) $(depcomp) \
 	$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c _$<  -o `basename $< .c`.o 2> >(sed -e "s:_$<:$<:")
+	@rm -f _$<
 
 #safety hash