mirror of
https://github.com/jellyfin/JavascriptSubtitlesOctopus.git
synced 2024-11-23 05:49:54 +00:00
make: remove redundant 'touch configured'
PREPARE_SRC_VPATH is supposed to prepare the source, so leave the creation of the 'configured' file to the actual Makefile target.
This commit is contained in:
parent
44abd8ef19
commit
6fb73112f0
@ -21,7 +21,6 @@ endef
|
|||||||
define PREPARE_SRC_VPATH
|
define PREPARE_SRC_VPATH
|
||||||
rm -rf build/lib/$(1)
|
rm -rf build/lib/$(1)
|
||||||
mkdir -p build/lib/$(1)
|
mkdir -p build/lib/$(1)
|
||||||
touch build/lib/$(1)/configured
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# All projects we build have autogen.sh, otherwise we could also fallback to `autoreconf -ivf .`
|
# All projects we build have autogen.sh, otherwise we could also fallback to `autoreconf -ivf .`
|
||||||
|
Loading…
Reference in New Issue
Block a user