comparison Makefile @ 1354:e28a160922d4

install -D changed to -d
author arpi
date Fri, 20 Jul 2001 00:03:43 +0000
parents 3db173705860
children e9242766474a
comparison
equal deleted inserted replaced
1353:c3e3b0ae4d06 1354:e28a160922d4
104 104
105 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h 105 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
106 $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML 106 $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
107 107
108 install: $(PRG) $(PRG_FIBMAP) 108 install: $(PRG) $(PRG_FIBMAP)
109 install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) 109 install -d -m 755 -s $(PRG) $(BINDIR)/$(PRG)
110 install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 110 install -d -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
111 @echo "Following task requires root privs. If it fails don't panic" 111 @echo "Following task requires root privs. If it fails don't panic"
112 @echo "however it means you can't use fibmap_mplayer." 112 @echo "however it means you can't use fibmap_mplayer."
113 @echo "Without this (or without running mplayer as root) you won't be" 113 @echo "Without this (or without running mplayer as root) you won't be"
114 @echo "able to play encrypted DVDs." 114 @echo "able to play encrypted DVDs."
115 install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) 115 install -d -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP)
116 116
117 clean: 117 clean:
118 rm -f *.o *~ $(OBJS) 118 rm -f *.o *~ $(OBJS)
119 119
120 distclean: 120 distclean: