# HG changeset patch # User Bruno Haible # Date 1055357826 0 # Node ID 1c8a2d2c4ae80331dff4fab0b6ee82d21214c2df # Parent 03ca5982ec968ee1ecb9678242b0d89d58c79f5a Fix typo in Makefile.am snippet. diff --git a/modules/sysexits b/modules/sysexits --- a/modules/sysexits +++ b/modules/sysexits @@ -17,8 +17,8 @@ # doesn't have one that works with the given compiler. all-local $(lib_OBJECTS): @SYSEXITS_H@ sysexits.h: sysexit_.h - cp $(srcdir)/sysexit_.h sysexits.h-t - mv sysexits.h-t sysexits.h + cp $(srcdir)/sysexit_.h sysexits.h-t + mv sysexits.h-t sysexits.h MOSTLYCLEANFILES += sysexits.h sysexits.h-t Include: