diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-03-06 07:06:34 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-03-06 07:06:34 +0000 |
commit | 7a4a78d5c5091da37f3accc695b5c131414a7673 (patch) | |
tree | 87227d1a4e8eb08fbfcc2a0a4c118603cfa39264 /GNUmakefile | |
parent | 0f8eb49290e029c448f37db68a989f9651987cc2 (diff) | |
download | gnutls-7a4a78d5c5091da37f3accc695b5c131414a7673.tar.gz |
Work around config.rpath issue.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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 |