~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/share/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-15 16:24:20 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: mordred@camelot-20080715162420-6z9w2k2q0l9u2wvo
Another batch of distclean fixes.

Show diffs side-by-side

added added

removed removed

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