Skip to content
Snippets Groups Projects
Commit 85222da5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: src/Makefile.in:1.96
parent fc085baa
No related branches found
No related tags found
No related merge requests found
# #
# $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. # This line is needed on some machines.
...@@ -490,7 +490,7 @@ Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status ...@@ -490,7 +490,7 @@ Makefile: $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies config.status
$(SRCDIR)/machine.h.in: $(SRCDIR)/stamp-h.in $(SRCDIR)/machine.h.in: $(SRCDIR)/stamp-h.in
@if test -f $(SRCDIR)/machine.h.in; then :; else \ @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 fi
$(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/acconfig.h $(SRCDIR)/stamp-h.in: $(SRCDIR)/configure.in $(SRCDIR)/acconfig.h
cd $(SRCDIR) && autoheader cd $(SRCDIR) && autoheader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment