diff share/ca-certs/Makefile.mingw @ 23962:78c64f7c598f

Some Makefile cleanups to remove generated files from Lee Roach. Fixes #6609.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 31 Aug 2008 17:29:40 +0000
parents dd21962a8a1d
children
line wrap: on
line diff
--- a/share/ca-certs/Makefile.mingw	Sun Aug 31 16:52:51 2008 +0000
+++ b/share/ca-certs/Makefile.mingw	Sun Aug 31 17:29:40 2008 +0000
@@ -11,7 +11,7 @@
 -include ./Makefile.am.mingw
 cacertsdir := $(PIDGIN_INSTALL_DIR)/ca-certs
 
-.PHONY: install
+.PHONY: install clean
 
 install: ./Makefile.am.mingw
 	if test '$(cacerts_DATA)'; then \
@@ -19,6 +19,9 @@
 	  cp $(cacerts_DATA) $(cacertsdir); \
 	fi;
 
+clean:
+	rm -f ./Makefile.am.mingw
+
 ./Makefile.am.mingw: ./Makefile.am
 	sed -e 's/^if\ INSTALL_SSL_CERTIFICATES/ifeq (\$$(INSTALL_SSL_CERTIFICATES), 1)/' ./Makefile.am > $@