Commit d4d2cb3f authored by diego's avatar diego

depend and dep are really the same target.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e427693f
......@@ -34,11 +34,9 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS)
%.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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment