From: Bruno Haible Date: Wed, 11 Jun 2003 18:57:06 +0000 (+0000) Subject: Fix typo in Makefile.am snippet. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd21b1a0784ef8faaefd82800d6c5d94a3c6243;p=pspp Fix typo in Makefile.am snippet. --- diff --git a/modules/sysexits b/modules/sysexits index 8a4f1c8c58..a34f2d4776 100644 --- a/modules/sysexits +++ b/modules/sysexits @@ -17,8 +17,8 @@ EXTRA_DIST += sysexit_.h # 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: