From 8427c19fe246ca1d39179762f7f90c727b926852 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 30 Apr 2010 22:00:17 +0000 Subject: [PATCH] Don't use 'else ifdef', I guess this is a 3.81 feature? llvm-svn: 102781 --- Makefile.rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 887ec945a89..d70215e94aa 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1234,7 +1234,8 @@ install-local:: $(Echo) Install circumvented with NO_INSTALL uninstall-local:: $(Echo) Uninstall circumvented with NO_INSTALL -else ifdef NO_INSTALL_ARCHIVES +else +ifdef NO_INSTALL_ARCHIVES install-local:: $(Echo) Install circumvented with NO_INSTALL uninstall-local:: @@ -1254,6 +1255,7 @@ uninstall-local:: -$(Verb) $(RM) -f $(DestArchiveLib) endif endif +endif # endif LIBRARYNAME endif