~ubuntu-branches/ubuntu/hardy/arb/hardy

« back to all changes in this revision

Viewing changes to WINDOW/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2005-11-21 14:09:01 UTC
  • Revision ID: james.westby@ubuntu.com-20051121140901-sck3ez9d6vvt66mk
Tags: 0.0.20050526-7
* arb-common recommends arb
* Added Build-Depends: g++
* Because there is no sign that this version shows the behaviour
  reported in #325640 against the former version and the bug reporter
  did not respond to any request I decide to close this bug. Feel
  free to reopen if it seems necessary.
  Clsoes: #325640

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        $(CCPLIB) $(cflags) -c $< $(CPPINCLUDES)
22
22
 
23
23
.c.o:
24
 
        $(ACC) $(cflags) -c $< $(CPPINCLUDES)
 
24
        $(CCLIB) $(cflags) -c $< $(CPPINCLUDES)
25
25
 
26
26
DEPENDS = $(OBJECTS:.o=.depend)
27
27
depends: $(DEPENDS)