X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fbyteswap;h=6a3ce1525c76fb93de66e232df6c2b6468374203;hb=47a8dd64accd4e522331866a73bb79adc2d6ca78;hp=c5057bb66aa08c9a22a4ecd65fb32cc1bb4624ef;hpb=165ed69714f02ad139d96a7c4180af6d10311b4a;p=pspp diff --git a/modules/byteswap b/modules/byteswap index c5057bb66a..6a3ce1525c 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -16,10 +16,10 @@ BUILT_SOURCES += $(BYTESWAP_H) # We need the following in order to create when the system # doesn't have one. byteswap.h: byteswap.in.h - rm -f $@-t $@ + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/byteswap.in.h; \ - } > $@-t + } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t