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

Fixed typos.

Rev: src/modules/dynamic_module_makefile.in:1.40
Rev: src/modules/static_module_makefile.in:1.33
parent f283aeac
No related branches found
No related tags found
No related merge requests found
#
# $Id: dynamic_module_makefile.in,v 1.39 1998/06/07 21:24:50 grubba Exp $
# $Id: dynamic_module_makefile.in,v 1.40 1998/06/07 21:29:54 grubba Exp $
#
......@@ -40,8 +40,8 @@ Makefile: ../dynamic_module_makefile $(SRCDIR)/Makefile.in $(SRCDIR)/dependencie
$(SRCDIR)/configure: $(SRCDIR)/configure.in $(SRCDIR)/../module_configure.in
cd $(SRCDIR) && autoconf
if [ -f $(SRCDIR)/acconfig.h ]; then
cd $(SRCDIR) && autoheader
if [ -f $(SRCDIR)/acconfig.h ]; then \
cd $(SRCDIR) && autoheader; \
else :; fi
config.status: $(SRCDIR)/configure
......
#
# $Id: static_module_makefile.in,v 1.32 1998/06/07 21:24:52 grubba Exp $
# $Id: static_module_makefile.in,v 1.33 1998/06/07 21:29:55 grubba Exp $
#
......@@ -40,8 +40,8 @@ Makefile: ../static_module_makefile $(SRCDIR)/Makefile.in $(SRCDIR)/dependencies
$(SRCDIR)/configure: $(SRCDIR)/configure.in $(SRCDIR)/../module_configure.in
cd $(SRCDIR) && autoconf
if [ -f $(SRCDIR)/acconfig.h ]; then
cd $(SRCDIR) && autoheader
if [ -f $(SRCDIR)/acconfig.h ]; then \
cd $(SRCDIR) && autoheader; \
else :; fi
config.status: $(SRCDIR)/configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment