Not all make implementations define RM by default. So, we can't use it.

This commit is contained in:
Roland C. Dowdeswell
2012-06-26 22:25:42 +01:00
parent 01e7b326b6
commit 16c93c4e87

View File

@@ -51,5 +51,5 @@ CLEANFILES = base64.c
EXTRA_DIST = NTMakefile version-script.map
base64.c:
$(RM) base64.c
rm -f base64.c
$(LN_S) $(srcdir)/../roken/base64.c .