From 3dd21b1a0784ef8faaefd82800d6c5d94a3c6243 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 11 Jun 2003 18:57:06 +0000 Subject: [PATCH] Fix typo in Makefile.am snippet. --- modules/sysexits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/sysexits b/modules/sysexits index 8a4f1c8c5..a34f2d477 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: -- 2.11.0