From 352e23e65b4cbb80934f916364546de6a233431f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 24 Jan 1997 11:43:57 +0000 Subject: Create directory before installation. --- misc/rpm/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc/rpm/Makefile') diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 712f3e9f8936..87e7a8f33833 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1997 # Whom: Thomas Gellekum # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/24 07:50:07 tg Exp $ # DISTNAME= rpm-2.3.2 @@ -18,4 +18,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 +pre-install: + ${MKDIR} ${PREFIX}/include/rpm + .include -- cgit v1.2.3