mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 19:37:30 +01:00
Use the more natural ">" instead of "1>" for stdout redirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26332 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
02fe2aae9f
commit
6be4482804
@ -28,7 +28,7 @@ distclean:: clean
|
||||
rm -f .depend test test2
|
||||
|
||||
dep depend::
|
||||
$(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
|
||||
$(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) > .depend
|
||||
|
||||
%.ho: %.h
|
||||
$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
|
||||
|
Loading…
Reference in New Issue
Block a user