diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-09 11:12:51 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-09 11:12:51 +0100 |
commit | 1f724e4bedabd60892359f34ed9745f50192a304 (patch) | |
tree | 594a1758137c0fe28852cb5e6656514d111d2ef3 /GNUmakefile | |
parent | 0fa84f1e5706a101c5e39cc3f12777bc0f8f5e3d (diff) | |
download | gnutls-1f724e4bedabd60892359f34ed9745f50192a304.tar.gz |
Re-add config.rpath hack, since gnulib updated config.rpath.
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 |