summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile1
-rw-r--r--maint-cfg.mk3
2 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8bef04f65d..96f00f3432 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,7 @@ ifneq ($(have-gnulib-files),yes)
gnulib.mk:
ln -s build-aux/GNUmakefile gnulib.mk || cp build-aux/GNUmakefile gnulib.mk
ln -s build-aux/maint.mk maint.mk || cp build-aux/maint.mk maint.mk
+ mv build-aux/config.rpath{,-}
endif
-include gnulib.mk
diff --git a/maint-cfg.mk b/maint-cfg.mk
index 1d77fba6b0..4ccabe13db 100644
--- a/maint-cfg.mk
+++ b/maint-cfg.mk
@@ -1,4 +1,4 @@
-# Copyright (C) 2006, 2007 Free Software Foundation
+# Copyright (C) 2006, 2007, 2008 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -28,6 +28,7 @@ endif
autoreconf:
test -f ./configure || autoreconf --install
+ mv build-aux/config.rpath{-,}
bootstrap: autoreconf
./configure $(CFGFLAGS)