mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Don't use 'else ifdef', I guess this is a 3.81 feature?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1234,7 +1234,8 @@ install-local::
|
|||||||
$(Echo) Install circumvented with NO_INSTALL
|
$(Echo) Install circumvented with NO_INSTALL
|
||||||
uninstall-local::
|
uninstall-local::
|
||||||
$(Echo) Uninstall circumvented with NO_INSTALL
|
$(Echo) Uninstall circumvented with NO_INSTALL
|
||||||
else ifdef NO_INSTALL_ARCHIVES
|
else
|
||||||
|
ifdef NO_INSTALL_ARCHIVES
|
||||||
install-local::
|
install-local::
|
||||||
$(Echo) Install circumvented with NO_INSTALL
|
$(Echo) Install circumvented with NO_INSTALL
|
||||||
uninstall-local::
|
uninstall-local::
|
||||||
@@ -1254,6 +1255,7 @@ uninstall-local::
|
|||||||
-$(Verb) $(RM) -f $(DestArchiveLib)
|
-$(Verb) $(RM) -f $(DestArchiveLib)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# endif LIBRARYNAME
|
# endif LIBRARYNAME
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user