diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-23 19:57:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-23 19:57:50 +0100 |
commit | 84b27b24967b86a34a6862491445935f5625a2d4 (patch) | |
tree | 7ca6c5d0e55988ad7aa70b6cedb30fdaedabf2fc /package/libx264/patches/patch-Makefile | |
parent | cea2d6801d8bb29ae976ca75a7b1f7715d24c553 (diff) |
oops, what happens to test-first? shouldn't eat pizza and hack at the same time...
Diffstat (limited to 'package/libx264/patches/patch-Makefile')
-rw-r--r-- | package/libx264/patches/patch-Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libx264/patches/patch-Makefile b/package/libx264/patches/patch-Makefile index c9835f0b0..7bd481fe7 100644 --- a/package/libx264/patches/patch-Makefile +++ b/package/libx264/patches/patch-Makefile @@ -43,15 +43,3 @@ ifeq ($(findstring HIGH_BIT_DEPTH, $(CONFIG)),) ASMSRC += common/sparc/pixel.asm OBJASM = $(ASMSRC:%.asm=%.o) -@@ -201,7 +201,10 @@ $(OBJS) $(OBJASM) $(OBJSO) $(OBJCLI) $(O - - .depend: config.mak - @rm -f .depend -- @$(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;) -+ echo $(SRCS) -+ echo $(SRCS0) -+ echo $(SRCCLI) -+ $(foreach SRC, $(addprefix $(SRCPATH)/, $(SRCS) $(SRCCLI) $(SRCSO)), $(CC) $(CFLAGS) $(SRC) $(DEPMT) $(SRC:$(SRCPATH)/%.c=%.o) $(DEPMM) 1>> .depend;) - - config.mak: - ./configure |