mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
e25a025f9e
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
12 lines
348 B
Diff
12 lines
348 B
Diff
--- http-2.0.54/server/Makefile.in-old 2005-12-20 13:26:56.000000000 -0500
|
|
+++ http-2.0.54/server/Makefile.in 2005-12-20 13:27:22.000000000 -0500
|
|
@@ -27,7 +27,7 @@
|
|
$(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
|
|
|