]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(.texinfo.info): Don't use a temporary output file
authorNiels Möller <nisse@lysator.liu.se>
Sat, 30 May 2009 20:33:34 +0000 (22:33 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 30 May 2009 20:33:34 +0000 (22:33 +0200)
$@T, trust makeinfo to not remove output file on errors.

Rev: nettle/Makefile.in:1.9

Makefile.in

index aca4fda0311c08dfe5cc95a4b175b3ae65c3e6c7..59478e9b9e342a99ad7dc5872da8ea96d13016e6 100644 (file)
@@ -199,8 +199,7 @@ des.$(OBJEXT): des.c des.h $(des_headers)
 
 # Texinfo rules
 .texinfo.info:
-       cd $(srcdir) && $(MAKEINFO) --output $@T `basename "$<"` \
-       && test -s $@T && mv -f $@T $@
+       cd $(srcdir) && $(MAKEINFO) --output $@ `basename "$<"`
 
 .texinfo.html:
        cd $(srcdir) && $(MAKEINFO) --html --no-split \