diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-06 21:00:17 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-06 21:00:17 +0100 |
commit | 69fc16d3977c28b603d659531555b4b1d0c89740 (patch) | |
tree | d0a458d78e426070fef1b901520e65a831cb1af3 /GNUmakefile | |
parent | 6ab14cd1df0f55b359c433f6810d8673253a12aa (diff) | |
download | gnutls-69fc16d3977c28b603d659531555b4b1d0c89740.tar.gz |
Brace expansion is not POSIX portable.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 96f00f3432..78ba0d1a38 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +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{,-} + mv build-aux/config.rpath build-aux/config.rpath- endif -include gnulib.mk |