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

Added force_configure target.

Rev: Makefile:1.6
parent 626ff19f
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 1.5 1999/02/08 05:03:04 mast Exp $ # $Id: Makefile,v 1.6 1999/03/09 14:41:38 mast Exp $
# #
# Meta Makefile # Meta Makefile
# #
...@@ -21,6 +21,9 @@ src/configure: src/configure.in ...@@ -21,6 +21,9 @@ src/configure: src/configure.in
cd src && ./run_autoconfig . 2>&1 | grep -v warning cd src && ./run_autoconfig . 2>&1 | grep -v warning
-@(cd "$(BUILDDIR)" && rm -f Makefile .prefix-h) -@(cd "$(BUILDDIR)" && rm -f Makefile .prefix-h)
force_configure:
cd src && ./run_autoconfig . 2>&1 | grep -v warning
configure: src/configure configure: src/configure
@builddir="$(BUILDDIR)"; \ @builddir="$(BUILDDIR)"; \
srcdir=`pwd`/src; \ srcdir=`pwd`/src; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment