From aa99b8ff4fe21386791da7a206eda963c96bf32f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 8 Jul 2004 11:02:04 +0000 Subject: spaces in the patch fix by (Nicolas Boos ) Originally committed as revision 3296 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 420275e..999b79e 100644 --- a/Makefile +++ b/Makefile @@ -135,16 +135,13 @@ wininstaller: all install install-man: ifneq ($(CONFIG_WIN32),yes) if [ -f $(SRC_PATH)/doc/ffmpeg.1 ] ; then \ - install -d $(mandir)/man1 ; \ - install -m 644 $(MANPAGE) $(mandir)/man1 ; \ + install -d "$(mandir)/man1" ; \ + install -m 644 $(MANPAGE) "$(mandir)/man1" ; \ fi endif -install-vhook: $(prefix)/lib/vhook - $(MAKE) -C vhook install INSTDIR=$(prefix)/lib/vhook - -$(prefix)/lib/vhook: - install -d $@ +install-vhook: + $(MAKE) -C vhook install installlib: $(MAKE) -C libavcodec installlib -- cgit v1.1