comparison 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
comparison
equal deleted inserted replaced
2408:b380e84148bb 2409:30ab29ed32d8
1 .SILENT: 1 .SILENT:
2 2
3 include ${top_srcdir}/mk/rules.mk 3 include ../mk/rules.mk
4 include ${top_srcdir}/mk/init.mk 4 include ../mk/init.mk
5 5
6 SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool 6 SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool
7 7
8 include ${top_srcdir}/mk/objective.mk 8 include ../mk/objective.mk
9 9