mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-10 11:57:43 +00:00
- reinstate accidentally deleted hunk
This commit is contained in:
parent
72e402609c
commit
7ebb9e97b9
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
# UPPERCASE Macro -- transform its argument to uppercase and replace dots and
|
# UPPERCASE Macro -- transform its argument to uppercase and replace dots and
|
||||||
# hyphens to underscores
|
# hyphens to underscores
|
||||||
UPPERCASE = echo $(1) | tr "a-z.-" "A-Z__"
|
UPPERCASE = $(shell echo $(1) | tr "a-z.-" "A-Z__")
|
||||||
|
|
||||||
# Define extrators for different archive suffixes
|
# Define extrators for different archive suffixes
|
||||||
INFLATE.bz2 = $(BZCAT)
|
INFLATE.bz2 = $(BZCAT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user