summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-06 07:06:34 +0000
committerSimon Josefsson <simon@josefsson.org>2007-03-06 07:06:34 +0000
commit7a4a78d5c5091da37f3accc695b5c131414a7673 (patch)
tree87227d1a4e8eb08fbfcc2a0a4c118603cfa39264 /GNUmakefile
parent0f8eb49290e029c448f37db68a989f9651987cc2 (diff)
downloadgnutls-7a4a78d5c5091da37f3accc695b5c131414a7673.tar.gz
Work around config.rpath issue.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 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