aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libatasmart/libatasmart-0.17/strpool.patch
blob: e9f6ab31e5d5bbedfd0ea08273daf755d9c2e6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 $< $@