CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 877 -
(hide annotations)
Sun Oct 4 15:10:34 2009 UTC (3 years, 7 months ago) by cjg
File size: 414 byte(s)
Sun Oct 4 15:10:34 2009 UTC (3 years, 7 months ago) by cjg
File size: 414 byte(s)
libcap: autoupdated to 2.16-1
| 1 | cjg | 877 | --- libcap/Makefile~ 2008-12-04 09:03:12.000000000 +0200 |
| 2 | +++ libcap/Makefile 2009-01-12 17:17:07.000000000 +0200 | ||
| 3 | @@ -27,11 +27,6 @@ | ||
| 4 | |||
| 5 | all: $(MINLIBNAME) $(STALIBNAME) | ||
| 6 | |||
| 7 | -ifeq ($(shell gperf --version > /dev/null 2>&1 && echo yes),yes) | ||
| 8 | -USE_GPERF_OUTPUT = $(GPERF_OUTPUT) | ||
| 9 | -INCLUDE_GPERF_OUTPUT = -include $(GPERF_OUTPUT) | ||
| 10 | -endif | ||
| 11 | - | ||
| 12 | _makenames: _makenames.c cap_names.list.h | ||
| 13 | $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ | ||
| 14 |