fix bug in conventional build makefile preventing the correct Install.py in the lib folder to be run

This commit is contained in:
Axel Kohlmeyer 2020-08-30 14:12:53 -04:00
parent 4b0999e167
commit 8d45b724a6
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 2 deletions

View File

@ -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