From 69a040bf85e59043dbc6dbb9f67260ed91a93cd5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 14 Nov 2007 16:19:56 +0000 Subject: Show help if we don't have any args, Gentoo #198380. --- src/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 571a48e..5180605 100644 --- a/src/Makefile +++ b/src/Makefile @@ -95,9 +95,7 @@ CPPFLAGS += -DLIB=\"$(LIB)\" # IMPORTANT!!! # Ensure that we don't ship with a .svn directory to avoid RPATH security # issues. However, this does ease development a little -_SVN_LDFLAGS_SH = if test -d .svn; then echo "-Wl,-rpath ."; else echo ""; fi -_SVN_LDFLAGS != $(_SVN_LDFLAGS_SH) -LDFLAGS += $(_SVN_LDFLAGS)$(shell $(_SVN_LDFLAGS_SH)) +LDFLAGS += -Wl,-rpath . # Load an optional OS Makefile _OS_SH = u=`uname -s`; case "$${u}" in *BSD|DragonFly) echo "BSD";; *) echo "$${u}";; esac -- cgit v1.2.3