X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsysexits;h=2872e36459f3896903bb7f0682b341246493fc49;hb=e2b32fd06585da0807fe10045e70799cc5c8252f;hp=20d46bd86a826e26dabbe6d18afa18b524f824ee;hpb=d1aadab21bf8755e0fb75a838dc650e73f6ee78d;p=gnulib.git diff --git a/modules/sysexits b/modules/sysexits index 20d46bd86..2872e3645 100644 --- a/modules/sysexits +++ b/modules/sysexits @@ -17,10 +17,8 @@ EXTRA_DIST += sysexit_.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sysexits.h: sysexit_.h - rm -f $@-t $@ - cp $(srcdir)/sysexit_.h $@-t - chmod a-x $@-t - mv $@-t $@ + cp -f $(srcdir)/sysexit_.h $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += sysexits.h sysexits.h-t Include: