Skip to content

Commit 300dfbf

Browse files
author
giraffedata
committed
improve 'you need GNU Make' failure
git-svn-id: file:///var/tmp/xmlrpc/svn/trunk/xmlrpc-c@1017 adbb7d4b-a73a-0410-a071-c5f57c452bd4
1 parent 73a0ce0 commit 300dfbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
# GNU Make uses a make file named "GNUmakefile" in preference to "Makefile"
88
# if it exists. This package contains a "GNUmakefile".
99

10+
default: all
11+
1012
all install clean dep depend:
1113
@echo "You must use GNU Make to build this. You are running some "
1214
@echo "other Make. GNU Make may be installed on your system with "
1315
@echo "the name 'gmake'. If not, see http://www.gnu.org/software ."
1416
@echo
17+
false

0 commit comments

Comments
 (0)