~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to modules/core/classes/GalleryStorage/DatabaseStorage/schema/platform/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2005-11-29 15:50:12 UTC
  • Revision ID: james.westby@ubuntu.com-20051129155012-wtophp03lu01kdgl
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sql:
 
2
 
 
3
%:
 
4
        cd mysql && $(MAKE) -$(MAKEFLAGS) $@
 
5
        cd postgres && $(MAKE) -$(MAKEFLAGS) $@
 
6
        cd oracle && $(MAKE) -$(MAKEFLAGS) $@
 
7