diff src/Makefile @ 2409:30ab29ed32d8 trunk

[svn] - back out objective-make topdir probe stuff, it doesnt work on some systems :( - run make update-po
author nenolod
date Thu, 25 Jan 2007 22:20:19 -0800
parents 1ab061263ee8
children 10692383c103
line wrap: on
line diff
--- a/src/Makefile	Thu Jan 25 21:59:33 2007 -0800
+++ b/src/Makefile	Thu Jan 25 22:20:19 2007 -0800
@@ -1,9 +1,9 @@
 .SILENT:
 
-include ${top_srcdir}/mk/rules.mk
-include ${top_srcdir}/mk/init.mk
+include ../mk/rules.mk
+include ../mk/init.mk
 
 SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool
 
-include ${top_srcdir}/mk/objective.mk
+include ../mk/objective.mk