mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 16:20:12 +01:00
Always rebuild modules when "make modules" is used
This commit is contained in:
@@ -1128,7 +1128,9 @@ audacity$(EXEEXT): src/audacity$(EXEEXT)
|
||||
|
||||
modules:
|
||||
mkdir -p modules
|
||||
(cd lib-src/mod-nyq-bench && make && cp .libs/mod-nyq-bench.so ../../modules)
|
||||
(cd lib-src/mod-nyq-bench && make clean && make && cp .libs/mod-nyq-bench.so ../../modules)
|
||||
|
||||
.PHONY: modules
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
||||
Reference in New Issue
Block a user