~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-11 07:32:39 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711073239-rzhe6r7uu16c0jdc
We don't really require 2.61, 2.59 is actually fine.
SUFFIXES should be SUFFIXES = in automake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
        sed "s/#include <unistd.h>//g" probes.h.bak > probes.h
153
153
        rm probes.h.bak
154
154
 
155
 
SUFFIXES : .d
 
155
SUFFIXES = .d
156
156
 
157
157
.d.o : $(DTRACEFILES)
158
158
        $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES)