changeset 1694:02d3d6d7f223 trunk

[svn] - enforce support of our file extensions through use of the .SUFFIXES target
author nenolod
date Thu, 14 Sep 2006 14:06:45 -0700
parents 8d7f4260022d
children 3cf80d8a6d8d
files ChangeLog mk/init.mk
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 14 13:56:35 2006 -0700
+++ b/ChangeLog	Thu Sep 14 14:06:45 2006 -0700
@@ -1,3 +1,18 @@
+2006-09-14 20:56:35 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [2323]
+  * One more .cpp -> .cxx
+  * Changed sinclude -> include for OpenBSD make compatibility
+  * Removed check for MAKE_VERSION for OpenBSD make compatibility
+  * Added myself to the credits (ok by nenolod)
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/Makefile  
+  +14 -14         trunk/Plugins/Input/mpg123/tag_c_hacked.cpp  
+  +1 -0           trunk/audacious/credits.c  
+  +0 -5           trunk/mk/objective.mk  
+
+
 2006-09-14 20:38:05 +0000  Jonathan Schleifer <js@h3c.de>
   revision [2321]
   Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me...
--- a/mk/init.mk	Thu Sep 14 13:56:35 2006 -0700
+++ b/mk/init.mk	Thu Sep 14 14:06:45 2006 -0700
@@ -19,3 +19,5 @@
 CFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
 CXXFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
 
+# some makes need this -nenolod
+.SUFFIXES: .cpp .cxx .cc