~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-20 21:07:44 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081220210744-bhmvkzh2qspp9nxt
Cleaned up a few build things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
798
798
          echo '#define PKGLIBDIR "$(pkglibdir)"'; \
799
799
          echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
800
800
        } | sed '/""/d' > $@-t
801
 
        mv $@-t $@
 
801
        if diff $@-t $@ >/dev/null 2>&1 ; then \
 
802
          rm @-t ; \
 
803
        else \
 
804
          mv $@-t $@ ; \
 
805
        fi
802
806
 
803
807
 
804
808
SUFFIXES = .d .gch