mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-06 09:13:48 +00:00
* License-Update: Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch] and correct LICENSE/NOTICE to match. * Refresh patches with devtool * Drop useless patch apache-ssl-ltmain-rpath.patch * Move all patches to one directory Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
668 B
Diff
24 lines
668 B
Diff
From aa02bbfd8f16871db5563a95fa94dd170964949f Mon Sep 17 00:00:00 2001
|
|
From: Paul Eggleton <paul.eggleton@linux.intel.com>
|
|
Date: Tue, 17 Jul 2012 11:27:39 +0100
|
|
|
|
Upstream-Status: Inappropriate [embedded specific]
|
|
|
|
---
|
|
server/Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/server/Makefile.in b/server/Makefile.in
|
|
index 1fa3344..cb11684 100644
|
|
--- a/server/Makefile.in
|
|
+++ b/server/Makefile.in
|
|
@@ -29,7 +29,7 @@ gen_test_char: $(gen_test_char_OBJECTS)
|
|
$(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
|
|
|
|
test_char.h: gen_test_char
|
|
- ./gen_test_char > test_char.h
|
|
+ gen_test_char > test_char.h
|
|
|
|
util.lo: test_char.h
|
|
|