aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-12-21 00:55:27 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-12-21 00:55:27 +0000
commitb1e7bbd831d1ae60f04ce4204c0c2a39422f6302 (patch)
tree40f201d150d39558139131999cc1e8707f41057b
parentf9393a0f06b0a79f0d09bee603f2e191741dda4b (diff)
downloadswig-b1e7bbd831d1ae60f04ce4204c0c2a39422f6302.tar.gz
Fix some make targets not running on cygwin
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10995 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a7e62fe49..123c3cd23 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,6 +2,8 @@
# $Id$
#######################################################################
+.PHONY: ccache source swig
+
prefix = @prefix@
exec_prefix = @exec_prefix@
srcdir = @srcdir@