~ubuntu-branches/ubuntu/feisty/pvm/feisty

« back to all changes in this revision

Viewing changes to rm/Makefile.aimk

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-08-09 00:00:40 UTC
  • mfrom: (2.1.5 dapper)
  • Revision ID: james.westby@ubuntu.com-20060809000040-16kh33tmxx2em716
Tags: 3.4.5-7
Build with SHELL=/bin/bash in debian/rules; fixes FTBFS when /bin/sh
isn't bash. (Closes: #379543)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
XDIR            =       $(BDIR)/$(PVM_ARCH)
27
27
 
28
28
CFLOPTS         =       -g
29
 
CFLAGS          =       $(ARCHCFLAGS) $(CFLOPTS) -I$(PVMIDIR)  \
30
 
                                -DIMA_$(PVM_ARCH) \
31
 
                        $(DEBUG_FLAGS)
 
29
CFLAGS          =       $(ARCHCFLAGS) $(CFLOPTS) -I$(PVMIDIR) $(ARCHCFLAGS) \
 
30
                                -DIMA_$(PVM_ARCH) $(DEBUG_FLAGS)
32
31
LIBS            =       -L$(PVMLDIR) -l$(PVMLIB) $(ARCHLIB)
33
32
 
34
33
HEADERS         =       $(PVMIDIR)/pvm3.h $(PVMIDIR)/pvmproto.h $(SDIR)/srm.h