[Ffmpeg-cvslog] r6539 - trunk/common.mak
diego
subversion
Tue Oct 3 19:47:05 CEST 2006
Author: diego
Date: Tue Oct 3 19:47:04 2006
New Revision: 6539
Modified:
trunk/common.mak
Log:
depend and dep are really the same target.
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak (original)
+++ trunk/common.mak Tue Oct 3 19:47:04 2006
@@ -34,11 +34,9 @@
%.o: %.cpp
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
-depend: $(SRCS)
+depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
-dep: depend
-
clean::
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
*.lib *.def *.dll.a *.exp
More information about the ffmpeg-cvslog
mailing list