7048596 make cmdassist buildable with Parfait
authorpavel heimlich - Oracle - Prague Czech Republic <Pavel.Heimlich@Oracle.COM>
Mon, 30 May 2011 14:04:30 +0200
changeset 77 18a9b6d02039
parent 76 45424a9e5ee1
child 78 a74eca45d5f5
7048596 make cmdassist buildable with Parfait
cmdassist/src/Makefile.am
cmdassist/src/common.h
--- a/cmdassist/src/Makefile.am	Tue May 24 11:42:10 2011 +0200
+++ b/cmdassist/src/Makefile.am	Mon May 30 14:04:30 2011 +0200
@@ -2,10 +2,10 @@
 	$(SEARCH_CFLAGS) \
 	-w \
 	-DWITH_NOEMPTYSTRUCT \
-	-DPREFIX=\""$(prefix)"\" \
-        -DSYSCONFDIR=\""$(sysconfdir)"\" \
-        -DDATADIR=\""$(datadir)"\" \
-        -DLIBDIR=\""$(libdir)"\"
+	-DPREFIX=$(prefix) \
+        -DSYSCONFDIR=$(sysconfdir) \
+        -DDATADIR=$(datadir) \
+        -DLIBDIR=$(libdir)
 
 bin_PROGRAMS = commandAssistant
 
--- a/cmdassist/src/common.h	Tue May 24 11:42:10 2011 +0200
+++ b/cmdassist/src/common.h	Mon May 30 14:04:30 2011 +0200
@@ -23,7 +23,7 @@
 
 /*
 #
-# Copyright (c) 2010. Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 # Use is subject to license terms.
 #
 */
@@ -44,7 +44,7 @@
 #ifdef DEBUG
 	#define debug_printf(...) printf(__VA_ARGS__)
 #else
-	#define debug_printf(X) 
+	#define debug_printf(...) 
 #endif /* DEBUG */
 
 #endif /* __COMMON_H__ */