From 9a955180a4179237d3474a73c6829a6554a9bc09 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 08:48:11 +0000 Subject: * Renamed config.mak to config.mk * Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a90415c672..1102a44792 100755 --- a/configure +++ b/configure @@ -1393,8 +1393,8 @@ $_def_plugin #endif /* CONFIG_H */ EOF -echo "Creating config.mak" -cat > config.mak << EOF +echo "Creating config.mk" +cat > config.mk << EOF # -------- Generated by configure ----------- CXX := $CXX -- cgit v1.2.3