Makefile.in
changeset 3195 cbaf37cc20b7
parent 3103 a8bf927f6e37
child 3223 58ca31386bfb
     1.1 --- a/Makefile.in	Tue Nov 06 17:02:06 2012 +0100
     1.2 +++ b/Makefile.in	Sun Mar 03 22:24:40 2013 +0100
     1.3 @@ -296,10 +296,9 @@
     1.4  
     1.5  # If one is hacking crosstool-NG, the patch set might change between any two
     1.6  # installations of the same VERSION, thus the patches must be removed prior
     1.7 -# to being installed. It is simpler to remove the whole lib/ directory, as it
     1.8 -# is the goal of the install-lib rule to install the lib/ directory...
     1.9 -install-lib: uninstall-lib          \
    1.10 -             $(DESTDIR)$(libdir)    \
    1.11 +# to being installed. It is the responsibility of the user to call uninstall
    1.12 +# first, if (s)he deems it necessary
    1.13 +install-lib: $(DESTDIR)$(libdir)    \
    1.14               install-lib-main       \
    1.15               install-lib-samples
    1.16