changeset 1208:8014500e2c37 trunk

[svn] - shut a make error up by using sinclude instead of normal include when rules.mk doesn't exist yet
author nenolod
date Wed, 14 Jun 2006 00:14:13 -0700
parents c461cb49fc55
children e67fad649f58
files ChangeLog Makefile
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 00:07:04 2006 -0700
+++ b/ChangeLog	Wed Jun 14 00:14:13 2006 -0700
@@ -1,3 +1,12 @@
+2006-06-14 07:07:04 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1328]
+  - if mk/rules.mk is missing, run configure to generate it (hopefully you are running the posix target, otherwise I feel sorry for you)
+  
+
+  Changes:        Modified:
+  +7 -0           trunk/Makefile  
+
+
 2006-06-14 07:04:06 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1326]
   - core makefile
--- a/Makefile	Wed Jun 14 00:07:04 2006 -0700
+++ b/Makefile	Wed Jun 14 00:14:13 2006 -0700
@@ -1,6 +1,6 @@
 .SILENT:
 
-include mk/rules.mk
+sinclude mk/rules.mk
 include mk/objective.mk
 
 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin