From 85222da5cfc31cc57a3b7f91e09c7fde527cdf81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 29 May 1998 23:02:32 +0200 Subject: [PATCH] Fixed typo. Rev: src/Makefile.in:1.96 --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 6f0d1a89ac..d2660a9aec 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.95 1998/05/29 21:02:00 grubba Exp $ +# $Id: Makefile.in,v 1.96 1998/05/29 21:02:32 grubba Exp $ # # This line is needed on some machines. @@ -490,7 +490,7 @@ Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status $(SRCDIR)/machine.h.in: $(SRCDIR)/stamp-h.in @if test -f $(SRCDIR)/machine.h.in; then :; else \ - rm $(SRCDIR)/stamp-h; $(MAKE) $(SRCDIR)/stamp-h.in; \ + rm $(SRCDIR)/stamp-h.in; $(MAKE) $(SRCDIR)/stamp-h.in; \ fi $(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/acconfig.h cd $(SRCDIR) && autoheader -- GitLab