~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-19 18:56:58 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081219185658-qwlny1us8rel8s27
Removed Gnu-Make-isms, since there were only two and we really don't need them and I'm sick of having make break when I accidentally type "make" (silly me) on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
        mv $@-t $@
802
802
 
803
803
 
 
804
SUFFIXES = .d .gch
 
805
 
804
806
if BUILD_GCC_PCH
805
 
%.h.gch: %.h
 
807
.h.gch:
806
808
        $(CXXCOMPILE) -include config.h ${NO_UNUSED_MACROS} -c $<
807
809
endif
808
810
 
809
 
SUFFIXES = .d
810
 
 
811
811
.d.o : $(DTRACEFILES)
812
812
        $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES)