Skip to content
Snippets Groups Projects
Commit 997615c0 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

force_configure target runs configure too.

Rev: Makefile:1.21
parent 01bf7390
Branches
Tags
No related merge requests found
# #
# $Id: Makefile,v 1.20 1999/11/09 07:06:44 mast Exp $ # $Id: Makefile,v 1.21 1999/11/13 18:04:13 mast Exp $
# #
# Meta Makefile # Meta Makefile
# #
...@@ -35,6 +35,7 @@ src/configure: src/configure.in ...@@ -35,6 +35,7 @@ src/configure: src/configure.in
force_configure: force_configure:
cd src && ./run_autoconfig . 2>&1 | grep -v warning cd src && ./run_autoconfig . 2>&1 | grep -v warning
-rm -f "$(BUILDDIR)/Makefile" -rm -f "$(BUILDDIR)/Makefile"
@$(MAKE) $(MAKE_FLAGS) configure
builddir: builddir:
@builddir="$(BUILDDIR)"; \ @builddir="$(BUILDDIR)"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment