Files
meta-openembedded/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch
Koen Kooi b78c1baaff libatasmart: add 0.17
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09 20:02:17 +02:00

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 $< $@