fa7d0f0b1e
FreeIPMI is a collection of Intelligent Platform Management IPMI system software. It provides in-band and out-of-band software and a development library conforming to the Intelligent Platform Management Interface (IPMI v1.5 and v2.0) standards.
13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
$OpenBSD: patch-ipmi-fru_Makefile_in,v 1.1.1.1 2007/10/25 18:17:02 wilfried Exp $
|
|
--- ipmi-fru/Makefile.in.orig Thu Oct 11 17:58:27 2007
|
|
+++ ipmi-fru/Makefile.in Tue Oct 23 18:25:33 2007
|
|
@@ -556,7 +556,7 @@ uninstall-man: uninstall-man8
|
|
|
|
|
|
$(MANS_CPP): $(MANS_CPP:%=%.pre)
|
|
- cpp -P -I. -x c $@.pre -o $@
|
|
+ cpp -P -I. -x c < $@.pre > $@
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|