aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openswan/openswan-2.2.0
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2005-12-20 19:51:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-20 19:51:23 +0000
commita4a5db14be65dbf5daa1d7c4068ac71fb160d327 (patch)
tree644141f395d33a29f2a3088ec7c2ba1ef33ee4d1 /packages/openswan/openswan-2.2.0
parentdad684d8f6b68397817fbd4d4990699cbc33d3ad (diff)
downloadopenembedded-a4a5db14be65dbf5daa1d7c4068ac71fb160d327.tar.gz
openswan-2.2.0: fix makefile for make 3.81beta
Diffstat (limited to 'packages/openswan/openswan-2.2.0')
-rw-r--r--packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch b/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch
new file mode 100644
index 0000000000..e54ff1c63a
--- /dev/null
+++ b/packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch
@@ -0,0 +1,11 @@
+--- openswan-2.2.0/programs/Makefile.program.orig 2005-12-17 17:15:13 +0100
++++ openswan-2.2.0/programs/Makefile.program 2005-12-17 17:15:36 +0100
+@@ -114,7 +110,7 @@
+ endif
+
+ # cancel the rule that compiles directly
+-%: %.c
++%: %.c
+
+ %: %.o $(OBJS) $(OPENSWANLIB)
+ $(CC) $(CFLAGS) -o $@ $@.o ${OBJS} $(LDFLAGS) $(LIBS)