depend and dep are really the same target.
Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3263626feb
commit
9d0199f450
@ -34,11 +34,9 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS)
|
|||||||
%.o: %.cpp
|
%.o: %.cpp
|
||||||
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
|
g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
|
||||||
|
|
||||||
depend: $(SRCS)
|
depend dep: $(SRCS)
|
||||||
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
$(CC) -MM $(CFLAGS) $^ 1>.depend
|
||||||
|
|
||||||
dep: depend
|
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
|
||||||
*.lib *.def *.dll.a *.exp
|
*.lib *.def *.dll.a *.exp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user