~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-25 13:06:19 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: monty@inaugust.com-20080725130619-prp740o6457ad1jx
Changed MKDIR_P to mkinstalldir

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
# Create empty datadir 
38
38
install-data-local:
39
 
        $(MKDIR_P) $(DESTDIR)$(localstatedir) 
 
39
        $(mkinstalldirs) $(DESTDIR)$(localstatedir) 
40
40
        @if test `id -u` = 0 ; then \
41
 
                           chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
42
 
                           fi
 
41
                chown $(MYSQLD_USER) $(DESTDIR)$(localstatedir) ;\
 
42
        fi
43
43
 
44
44
distclean-local:
45
45
        @RM@ -r -f autom4te.cache