Skip to content

Commit

Permalink
fixup: remove old protonfixes copy target from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Sep 24, 2024
1 parent 9956e6b commit 50055b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1112,12 +1112,8 @@ $(PROTON37_TRACKED_FILES_TARGET): $(addprefix $(SRCDIR)/,proton_3.7_tracked_file
USER_SETTINGS_PY_TARGET := $(addprefix $(DST_BASE)/,user_settings.sample.py)
$(USER_SETTINGS_PY_TARGET): $(addprefix $(SRCDIR)/,user_settings.sample.py)

PROTONFIXES_TARGET := $(addprefix $(DST_BASE)/,protonfixes)
$(PROTONFIXES_TARGET): $(addprefix $(SRCDIR)/,protonfixes)

DIST_COPY_TARGETS := $(FILELOCK_TARGET) $(PROTON_PY_TARGET) \
$(PROTON37_TRACKED_FILES_TARGET) $(USER_SETTINGS_PY_TARGET) \
$(PROTONFIXES_TARGET)
$(PROTON37_TRACKED_FILES_TARGET) $(USER_SETTINGS_PY_TARGET)

$(DIST_COPY_TARGETS): | $(DST_DIR)
cp -a $(SRCDIR)/$(notdir $@) $@
Expand Down

0 comments on commit 50055b9

Please sign in to comment.