summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d2d64fcf3..4c90ab132 100644
--- a/Makefile
+++ b/Makefile
@@ -85,8 +85,8 @@ distclean: clean
$(RM) documentation/fltk.ps
$(RM) -r documentation/fltk.d
for file in test/*.fl; do\
- $(RM) test/`basename $file .fl`.cxx; \
- $(RM) test/`basename $file .fl`.h; \
+ $(RM) test/`basename $$file .fl`.cxx; \
+ $(RM) test/`basename $$file .fl`.h; \
done
makeinclude: configure configh.in makeinclude.in