~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/share/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-15 20:14:05 UTC
  • mfrom: (77.1.112 codestyle)
  • Revision ID: brian@tangent.org-20080715201405-hov2omn1y8k5r00o
Saving import from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
distclean-local:
56
56
        @RM@ -f */errmsg.sys
 
57
        @for lang in @AVAILABLE_LANGUAGES@ japanese-sjis ; do \
 
58
                @RM@ -f -r $$lang ; \
 
59
        done