Unverified Commit 8d45b724 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix bug in conventional build makefile preventing the correct Install.py in...

fix bug in conventional build makefile preventing the correct Install.py in the lib folder to be run
parent 4b0999e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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