Mercurial > audlegacy
comparison Makefile @ 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 |
comparison
equal
deleted
inserted
replaced
1207:c461cb49fc55 | 1208:8014500e2c37 |
---|---|
1 .SILENT: | 1 .SILENT: |
2 | 2 |
3 include mk/rules.mk | 3 sinclude mk/rules.mk |
4 include mk/objective.mk | 4 include mk/objective.mk |
5 | 5 |
6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin | 6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin |
7 | 7 |
8 mk/rules.mk: | 8 mk/rules.mk: |