summaryrefslogtreecommitdiff
path: root/gen_makefile.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen_makefile.py')
-rwxr-xr-xgen_makefile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_makefile.py b/gen_makefile.py
index 6585f3b..93adaf0 100755
--- a/gen_makefile.py
+++ b/gen_makefile.py
@@ -95,7 +95,7 @@ class makefile_generator():
])
self.append_static_rule('distclean', 'mrproper', [
'$(RM) $(addsuffix ~,$(SRC))',
- '$(RM) $(wildcard $(addsuffix .sw* $(addprefix .,$(SRC))))',
+ '$(RM) $(wildcard $(addsuffix .sw*,$(addprefix .,$(SRC))))',
])
# phony rule