[csw-devel] SF.net SVN: gar:[5944] csw/mgar/pkg/sudo/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Sat Aug 8 05:07:36 CEST 2009
Revision: 5944
http://gar.svn.sourceforge.net/gar/?rev=5944&view=rev
Author: valholla
Date: 2009-08-08 03:07:35 +0000 (Sat, 08 Aug 2009)
Log Message:
-----------
fix ifndef
Modified Paths:
--------------
csw/mgar/pkg/sudo/trunk/Makefile
Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile 2009-08-08 03:06:16 UTC (rev 5943)
+++ csw/mgar/pkg/sudo/trunk/Makefile 2009-08-08 03:07:35 UTC (rev 5944)
@@ -43,7 +43,7 @@
CONFIGURE_ARGS += --with-env-editor
CONFIGURE_ARGS += --disable-path-info
CONFIGURE_ARGS += --with-logpath=/var/opt/csw/sudo/logs/sudolog
-ifneq ($(GAROSREL),5.8)
+ifneq ($(shell uname -r),5.8)
CONFIGURE_ARGS += --with-project
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list