]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove config.rpath hack.
authorSimon Josefsson <simon@josefsson.org>
Tue, 11 Dec 2007 16:34:57 +0000 (17:34 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 11 Dec 2007 16:34:57 +0000 (17:34 +0100)
GNUmakefile
maint-cfg.mk

index 96f00f3432e1e65b55c03a77d7b67f214c937c7b..8bef04f65d0ceda8c3d116c2c5f3135cc24e3308 100644 (file)
@@ -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
index bd4e92f9b7a78d410e058ee4e88a459e6cabb376..1d77fba6b0b97f05c744cec4c1a22fefe018de4a 100644 (file)
@@ -28,7 +28,6 @@ endif
 
 autoreconf:
        test -f ./configure || autoreconf --install
-       mv build-aux/config.rpath{-,}
 
 bootstrap: autoreconf
        ./configure $(CFGFLAGS)