Ticket #1464 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

libpgcommon uses "make" in Makefile.in

Reported by: gdt Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

libpgcommon/Makefile.in uses "make" to invoke a submake in the check target, causing it to fail on systems where make is not GNU make.

Attachments

libpgcommon-Makefile.in-make Download (353 bytes) - added by gdt 17 months ago.
patch to use $(MAKE) instead

Change History

Changed 17 months ago by gdt

patch to use $(MAKE) instead

Changed 17 months ago by strk

  • owner changed from pramsey to strk
  • status changed from new to assigned

Changed 17 months ago by strk

  • status changed from assigned to closed
  • resolution set to fixed

Fixed by r8801, thanks.

Note: See TracTickets for help on using tickets.