From: Jaroslav Kysela Date: Fri, 2 Oct 1998 08:27:36 +0000 (+0000) Subject: Directory for header file is now created by installation. X-Git-Tag: v1.0.3~1577 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=12d60c52360abd61cd1650d9ae594bddb9ed49cf;p=alsa-lib.git Directory for header file is now created by installation. --- 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