summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-08-01 08:43:44 +0000
committerWerner Lemberg <wl@gnu.org>2000-08-01 08:43:44 +0000
commita9f2ddd3dc0af3e10aca8287671cf4a5a922a48f (patch)
treea3c180bb4e573ef5888139c63e9d385237d7ddf9 /Makefile
parent80a330afe89e6b024700941a7931dbfc5d944748 (diff)
downloadfreetype2-a9f2ddd3dc0af3e10aca8287671cf4a5a922a48f.tar.gz
Added a `distclean' target to remove files which are produced by the UNIX
configure script (in case no config.mk has been created due to errors).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab15cda14..4834fd405 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,16 @@ ifdef check_platform
setup: make_module_list
endif
+ # This rule makes sense for Unix only to remove files created by a run
+ # of the configure script which hasn't been successful (so that no
+ # `config.mk' has been created). It uses the built-in $(RM) command of
+ # GNU make.
+ #
+ distclean:
+ $(RM) builds/unix/config.cache
+ $(RM) builds/unix/config.log
+ $(RM) builds/unix/config.status
+
# IMPORTANT:
#
# `setup' must be defined by the host platform detection rules to create