mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-27 05:10:41 +00:00
Don't use 'else ifdef', I guess this is a 3.81 feature?
llvm-svn: 102781
This commit is contained in:
parent
e980525516
commit
8427c19fe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user