From 45b8a3f374fb782b751068277d94385a1a8dc865 Mon Sep 17 00:00:00 2001 From: hyc Date: Mon, 22 Mar 2010 10:30:55 +0000 Subject: [PATCH] Cleanup prev commit git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@391 400ebc74-4327-4243-bc38-086b20814532 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 216e479..df3ef0c 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,7 @@ clean: FORCE: $(LIBRTMP): FORCE -# @cd librtmp; $(MAKE) all CC="$(CC)" CFLAGS="$(CFLAGS)" CRYPTO=$(CRYPTO) VERSION=$(VERSION) - cd librtmp; $(MAKE) $(MF) all + @cd librtmp; $(MAKE) $(MF) all # note: $^ is GNU Make's equivalent to BSD $> # we use both since either make will ignore the one it doesn't recognize -- 2.40.0