~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-11 17:17:17 UTC
  • mfrom: (77.1.79 codestyle)
  • Revision ID: brian@tangent.org-20080711171717-039qp03g93w70rlq
MergeĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        sed "s/#include <unistd.h>//g" probes.h.bak > probes.h
147
147
        rm probes.h.bak
148
148
 
149
 
SUFFIXES : .d
 
149
SUFFIXES = .d
150
150
 
151
151
.d.o : $(DTRACEFILES)
152
152
        $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES)