diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /faad2/faad2-2.0/Makefile2.patch | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'faad2/faad2-2.0/Makefile2.patch')
-rw-r--r-- | faad2/faad2-2.0/Makefile2.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/faad2/faad2-2.0/Makefile2.patch b/faad2/faad2-2.0/Makefile2.patch deleted file mode 100644 index 5940f9fad4..0000000000 --- a/faad2/faad2-2.0/Makefile2.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./Makefile.old 2004-09-25 21:53:20.000000000 +0930 -+++ ./Makefile 2004-09-25 21:53:50.000000000 +0930 -@@ -108,7 +108,7 @@ - INSTALL_DATA = ${INSTALL} -m 644 - INSTALL_PROGRAM = ${INSTALL} - INSTALL_SCRIPT = ${INSTALL} --INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s -+INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c - LDFLAGS = -L/cc/build-corgi/tmp/staging/arm-linux/lib -Wl,-rpath-link,/cc/build-corgi/tmp/staging/arm-linux/lib -Wl,-rpath,/usr/lib - LIBOBJS = - LIBS = -@@ -521,7 +521,7 @@ - installcheck: installcheck-recursive - install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ -- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ -+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG= \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install - mostlyclean-generic: |