summaryrefslogtreecommitdiffstats
path: root/rules/templates
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-03 18:00:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-03 18:00:43 +0100
commit92fc67cfd96d3b4bf42cb30c64e99f1a0d76a49a (patch)
tree650b25ac52ef98616b0f02998337efdb37315d8f /rules/templates
parent50cb42eb1cc5c96d142f87ccf51be5f905ddb8cc (diff)
downloadptxdist-92fc67cfd96d3b4bf42cb30c64e99f1a0d76a49a.tar.gz
ptxdist-92fc67cfd96d3b4bf42cb30c64e99f1a0d76a49a.tar.xz
[src-autoconf-proglib] make template compilable
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates')
-rw-r--r--rules/templates/src-autoconf-proglib/@name@.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/templates/src-autoconf-proglib/@name@.c b/rules/templates/src-autoconf-proglib/@name@.c
index 28f6d2204..f89e37e6f 100644
--- a/rules/templates/src-autoconf-proglib/@name@.c
+++ b/rules/templates/src-autoconf-proglib/@name@.c
@@ -1,9 +1,8 @@
#include <stdio.h>
-#include "fish.h"
int main(void)
{
- fish();
+ printf("hello fish!\n");
return 0;
}