mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
12 lines
452 B
Diff
12 lines
452 B
Diff
--- a/src/libtsduck/config/Makefile
|
|
+++ b/src/libtsduck/config/Makefile
|
|
@@ -65,7 +65,7 @@
|
|
|
|
$(TABLES_DEST): $(TABLES_SRC) $(TABLES_SUBS) $(BINDIR)/tsxml
|
|
@echo ' [GEN] $(notdir $@)'; \
|
|
- $(TSXML) --merge $(TABLES_SRC) $(TABLES_SUBS) --sort _tables --sort _descriptors --uncomment -o $@
|
|
+ tsxml --merge $(TABLES_SRC) $(TABLES_SUBS) --sort _tables --sort _descriptors --uncomment -o $@
|
|
|
|
$(NAMES_DEST): $(NAMES_SRC)
|
|
@echo ' [GEN] $(notdir $@)'; \
|