Browse Source

Issue MoonchildProductions/UXP#1577 - Fix configure generation

tags/28.11.0_Release
Matt A. Tobin 3 years ago
parent
commit
9827a6c6d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client.mk

+ 1
- 1
client.mk View File

@@ -304,7 +304,7 @@ EXTRA_CONFIG_DEPS := \

$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
@echo Generating $@
cp -f $< $@
sed '1,/^divert/d' $< > $@
chmod +x $@

CONFIG_STATUS_DEPS := \


Loading…
Cancel
Save