Skip to content

Commit 101d3b4

Browse files
committed
Generate both vc.cfg and vc.config
1 parent bdea4ce commit 101d3b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ $(VC).done: | $(CACHE_DIR)
5252

5353
$(VC_CFG): $(REPO_ROOT)vc.cfg | $(CACHE_DIR)
5454
# when using mingw we need a second regex replace (/c/ -> c:/)
55-
cat $< | sed -e 's:%%VBCC%%:$(VBCC):g' | sed -e 's:/\([a-z]\)/:\1\:/:g' > $@
55+
cat $< | sed -e 's:%%VBCC%%:$(VBCC):g' | sed -e 's:/\([a-z]\)/:\1\:/:g' > $(CONFIG_DIR)/vc.config
56+
cp $(CONFIG_DIR)/vc.config $@
5657

5758
$(VC_M68K): $(VC_M68K).done
5859
$(VC_M68K).done : | $(CACHE_DIR)

0 commit comments

Comments
 (0)