# HG changeset patch # User nenolod # Date 1150269253 25200 # Node ID 8014500e2c37df605234d76de10f306acc49785d # Parent c461cb49fc55ec3666e03a7eedaab0c13f5d385b [svn] - shut a make error up by using sinclude instead of normal include when rules.mk doesn't exist yet diff -r c461cb49fc55 -r 8014500e2c37 ChangeLog --- 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 + 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 revision [1326] - core makefile diff -r c461cb49fc55 -r 8014500e2c37 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