From 6829fa55f52f218dc0a18ea238acd1902f994a45 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Wed, 11 Dec 2002 08:33:47 +0000 Subject: Fix unassociated shell command. Pointy hat to: nork Reported by: make describe ECHO_MSG='echo > /dev/null' --- polish/gnugadu2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'polish/gnugadu2') diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index 6e8350d53f84..7769c2ef9648 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound CONFIGURE_ARGS+= --disable-esd .endif -pre-everything:: .if defined(WITH_GNOME) CONFIGURE_ARGS+= --enable-gnome USE_GNOME= yes .else +pre-everything:: @${ECHO_MSG} "Define WITH_GNOME to include GNOME support" .endif .if defined(WITH_DOCKAPP) CONFIGURE_ARGS+= --enable-dockapp .else +pre-everything:: @${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support" .endif -- cgit