repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
locale
/
catalogs
/
mmakefile
blob
6e5634f3119bccdd42fca80f79069b52d5612411
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
DIRS := $(AROSDIR)/Locale $(AROSDIR)/Locale/Catalogs
6
7
#MM- workbench-locale : workbench-locale-setup
8
9
#MM
10
workbench-locale-setup : $(DIRS)
11
12
$(DIRS):
13
@$(IF) $(TEST) ! -d $@ ; then ; $(MKDIR) $@) ; else $(NOP) ; fi