Skip to content

Commit 50055b9

Browse files
fixup: remove old protonfixes copy target from makefile
1 parent 9956e6b commit 50055b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile.in

+1-5
Original file line numberDiff line numberDiff line change
@@ -1112,12 +1112,8 @@ $(PROTON37_TRACKED_FILES_TARGET): $(addprefix $(SRCDIR)/,proton_3.7_tracked_file
11121112
USER_SETTINGS_PY_TARGET := $(addprefix $(DST_BASE)/,user_settings.sample.py)
11131113
$(USER_SETTINGS_PY_TARGET): $(addprefix $(SRCDIR)/,user_settings.sample.py)
11141114

1115-
PROTONFIXES_TARGET := $(addprefix $(DST_BASE)/,protonfixes)
1116-
$(PROTONFIXES_TARGET): $(addprefix $(SRCDIR)/,protonfixes)
1117-
11181115
DIST_COPY_TARGETS := $(FILELOCK_TARGET) $(PROTON_PY_TARGET) \
1119-
$(PROTON37_TRACKED_FILES_TARGET) $(USER_SETTINGS_PY_TARGET) \
1120-
$(PROTONFIXES_TARGET)
1116+
$(PROTON37_TRACKED_FILES_TARGET) $(USER_SETTINGS_PY_TARGET)
11211117

11221118
$(DIST_COPY_TARGETS): | $(DST_DIR)
11231119
cp -a $(SRCDIR)/$(notdir $@) $@

0 commit comments

Comments
 (0)