From 12d60c52360abd61cd1650d9ae594bddb9ed49cf Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 2 Oct 1998 08:27:36 +0000 Subject: [PATCH] Directory for header file is now created by installation. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3a930f4a..336687ca 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ include/asoundlib.h: include/header.h include/version.h include/error.h include/ include/footer.h > include/asoundlib.h install: all + $(INSTALL) -m 755 -o root -g root -d ${includedir}/sys $(INSTALL) -m 644 -o root -g root include/asoundlib.h ${includedir}/sys $(INSTALL) -m 644 -o root -g root lib/libasound.a ${libdir} $(LN_S) -f libasound.so.${SND_LIB_VERSION} ${libdir}/libasound.so -- 2.47.1