mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 21:21:58 +02:00
12 lines
303 B
Diff
12 lines
303 B
Diff
--- git/Makefile.am.orig 2010-09-24 11:03:40.917602895 +0200
|
|
+++ git/Makefile.am 2010-09-24 11:07:04.145852660 +0200
|
|
@@ -81,5 +81,8 @@
|
|
BUILT_SOURCES = \
|
|
atasmart.strpool.c
|
|
|
|
+strpool: $(strpool_SOURCES)
|
|
+ $(BUILD_CC) -o $@ $?
|
|
+
|
|
atasmart.strpool.c: atasmart.c strpool
|
|
$(top_builddir)/strpool $< $@
|