From 75e8e55b63271218796c97b990801b91a87d08a0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 9 Jul 2003 23:08:50 +0000 Subject: fix /lib64 arches --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 41238ca..868de0a 100644 --- a/Makefile +++ b/Makefile @@ -5,13 +5,18 @@ RELEASE=$(shell awk '/Release:/ { print $$2 }' $(SPECFILE)) CVSTAG = $(NAME)_$(subst .,-,$(VERSION))_$(subst .,-,$(RELEASE)) RPM=rpm +prefix=/usr +includedir=$(prefix)/include +libdir=$(prefix)/lib + default: all all: @$(MAKE) -C src install: - @$(MAKE) -C src install + @$(MAKE) -C src install prefix=$(prefix) includedir=$(includedir) libdir=$(libdir) + clean: @$(MAKE) -C src clean -- cgit v1.2.1