projects
/
pgwui_develop
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1153fbf
)
The component name is lower case in the Makefile
author
Karl O. Pinc
<kop@karlpinc.com>
Sun, 20 Dec 2020 22:14:10 +0000
(16:14 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sun, 20 Dec 2020 22:14:10 +0000
(16:14 -0600)
src/pgwui_testing/TEMPLATE/Makefile.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_testing/TEMPLATE/Makefile.mak
b/src/pgwui_testing/TEMPLATE/Makefile.mak
index 681ae2bcd424dcc2c1a2336b327aab151f137515..21926d87654fa9eba1d3c6c5318417f91aad70c8 100644
(file)
--- a/
src/pgwui_testing/TEMPLATE/Makefile.mak
+++ b/
src/pgwui_testing/TEMPLATE/Makefile.mak
@@
-20,6
+20,6
@@
# ${author_name} ${author_email}
-PGWUI_COMPONENT := ${component}
+PGWUI_COMPONENT := ${component
.lower()
}
include Makefile_pgwui.mk