summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-06-18 02:44:41 +0000
committerMorgan Deters <mdeters@gmail.com>2011-06-18 02:44:41 +0000
commitd5d73d514946ea4a7f5691f46c4d6b9c2776f59d (patch)
tree68654da6eedf2c05681a5f8df1553fd88d179271 /Makefile
parent0555d96193b6d9c39c26a04941c6087e4465adf0 (diff)
Some fixes inspired by Fedora 15:
* compilation fixes for GCC 4.6.x + ptrdiff_t is now in std:: * fix some make rules that are ok in Make 3.81 but broke in Make 3.82 * look for cxxtestgen.py as well as cxxtestgen.pl, and look for cxxtest headers in /usr/include
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d79e03f46..8737dae1f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,8 @@
#
builddir = builds
-.PHONY: _default_build_ all
-_default_build_: all
-all %:
+.PHONY: all
+all .DEFAULT:
@if test -d $(builddir); then \
echo cd $(builddir); \
cd $(builddir); \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback