diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-12-11 17:34:57 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-12-11 17:34:57 +0100 |
commit | f29ec4fcd0dee0b172efa610443d393855b4ae9f (patch) | |
tree | 8fa9ae73fe5c6f21389329dffe1fa282935eb253 /GNUmakefile | |
parent | f338f019a27dbe113b9c5f408a7a22a6e23b516d (diff) | |
download | gnutls-f29ec4fcd0dee0b172efa610443d393855b4ae9f.tar.gz |
Remove config.rpath hack.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 96f00f3432..8bef04f65d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,6 @@ 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 |