X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=5ff0618b1635236342ed7ef73a2bb4a77052ab7d;hb=b0d3c1545196ae640d1f6de6c084f15812a9650a;hp=8202a3ba3f921195ad2e73bf12c172156ea6be8c;hpb=96d9f279d68fdc532332883da116c9ce89bf47b5;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 8202a3ba3..5ff0618b1 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -14,11 +14,10 @@ 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 + cp $(srcdir)/byteswap_.h $@-t mv $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t