Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git] / workbench / locale / catalogs / mmakefile
blob6e5634f3119bccdd42fca80f79069b52d5612411
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 DIRS := $(AROSDIR)/Locale $(AROSDIR)/Locale/Catalogs
7 #MM- workbench-locale : workbench-locale-setup
9 #MM
10 workbench-locale-setup : $(DIRS)
12 $(DIRS):
13         @$(IF) $(TEST) ! -d $@ ; then ; $(MKDIR) $@) ; else $(NOP) ; fi