forked from lijiext/lammps
fix bug in conventional build makefile preventing the correct Install.py in the lib folder to be run
This commit is contained in:
parent
4b0999e167
commit
8d45b724a6
|
@ -85,8 +85,8 @@ PACKUSERUC = $(call uppercase,$(PACKUSER))
|
|||
|
||||
YESDIR = $(call uppercase,$(@:yes-%=%))
|
||||
NODIR = $(call uppercase,$(@:no-%=%))
|
||||
LIBDIR = $($(@:lib-%=%))
|
||||
LIBUSERDIR = $($(@:lib-user-%=%))
|
||||
LIBDIR = $(@:lib-%=%)
|
||||
LIBUSERDIR = $(@:lib-user-%=%)
|
||||
|
||||
# List of all targets
|
||||
|
||||
|
|
Loading…
Reference in New Issue