~ubuntu-branches/ubuntu/jaunty/pvm/jaunty

« back to all changes in this revision

Viewing changes to tasker/Makefile.aimk

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2005-10-06 15:25:03 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051006152503-nty60w30a9dja62m
Tags: 3.4.5-5
Use --remove-all on pvm-rsh alternative in prerm instead of --remove.
(Closes: #328366)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
XDIR            =       $(BDIR)/$(PVM_ARCH)
20
20
 
21
21
CFLOPTS         =       -g
22
 
CFLAGS          =       $(ARCHCFLAGS) $(CFLOPTS) -I$(PVMIDIR) \
 
22
CFLAGS          =       $(ARCHCFLAGS) $(CFLOPTS) -I$(PVMIDIR) $(ARCHCFLAGS) \
23
23
                                -DIMA_$(PVM_ARCH)
24
24
LIBS            =       -L$(PVMLDIR) -l$(PVMLIB) $(ARCHLIB)
25
25