mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
pcmciautils: drop duplicate chunk from pcmciautils-018/makefile_race.patch
The new rule was patched into the makefile twice. Backport of oe-core commit c52228f4d071 Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
db36d53cc5
commit
6b92e3e81b
@ -12,20 +12,6 @@ RP
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: pcmciautils-018/Makefile
|
||||
===================================================================
|
||||
--- pcmciautils-018.orig/Makefile
|
||||
+++ pcmciautils-018/Makefile
|
||||
@@ -249,6 +249,9 @@ $(PCMCIA_SOCKET_STARTUP): $(LIBC) src/st
|
||||
yacc_config.o lex_config.o: %.o: %.c src/yacc_config.h
|
||||
$(CC) -c -MD -O -pipe $(CPPFLAGS) $<
|
||||
|
||||
+src/lex_config.o : src/lex_config.c src/yacc_config.h
|
||||
+ $(QUIET) $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
|
||||
+
|
||||
debugtools: ccdv $(CBDUMP) $(CISDUMP)
|
||||
|
||||
$(CBDUMP): $(LIBC) debug/cbdump.o
|
||||
Index: pcmciautils-018/Makefile
|
||||
===================================================================
|
||||
--- pcmciautils-018.orig/Makefile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user