X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=52659d2c96bd673345abc3f65fda31ebd0147f57;hb=c5ec75cf323c8cc086a484e9cbe51c18c01efd73;hp=8202a3ba3f921195ad2e73bf12c172156ea6be8c;hpb=96d9f279d68fdc532332883da116c9ce89bf47b5;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 8202a3ba3..52659d2c9 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -12,14 +12,14 @@ gl_BYTESWAP Makefile.am: BUILT_SOURCES += $(BYTESWAP_H) -EXTRA_DIST += byteswap_.h -# We need the following in order to create a when the system +# We need the following in order to create when the system # doesn't have one. -all-local $(lib_OBJECTS): $(BYTESWAP_H) byteswap.h: byteswap_.h - cp $(srcdir)/$< $@-t - mv $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap_.h; \ + } > $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t Include: