[MPlayer-cvslog] CVS: main/libdha/kernelhelper Makefile,1.2,1.3
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Apr 13 18:49:58 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libdha/kernelhelper
In directory mail:/var2/tmp/cvs-serv27252/libdha/kernelhelper
Modified Files:
Makefile
Log Message:
Simplify mkdir calls.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/kernelhelper/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 22 Aug 2002 23:29:41 -0000 1.2
+++ Makefile 13 Apr 2006 16:49:56 -0000 1.3
@@ -13,7 +13,7 @@
$(CC) -O $(INCLUDES) -o $@ $@.c
install: dhahelper.o
- if test ! -d $(MDIR) ; then mkdir -p $(MDIR) ; fi
+ -mkdir -p $(MDIR)
install -m 644 dhahelper.o $(MDIR)/dhahelper.o
depmod -a
More information about the MPlayer-cvslog
mailing list