mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
BUILD: Avoid duplicating the split dwarf generation rule
This commit is contained in:
parent
f388369c79
commit
246b803521
@ -133,8 +133,8 @@ $(EXECUTABLE): $(DETECT_OBJS) $(OBJS)
|
||||
+$(QUIET)$(LS) $@
|
||||
|
||||
ifdef SPLIT_DWARF
|
||||
$(EXECUTABLE).dwp: $(EXECUTABLE)
|
||||
$(QUIET_DWP)$(DWP) -e $(EXECUTABLE)
|
||||
%.dwp: %
|
||||
$(QUIET_DWP)$(DWP) -e $<
|
||||
endif
|
||||
|
||||
# Grab the ScummVM Manual from Read the Docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user