diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-12-20 19:51:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-20 19:51:23 +0000 |
commit | a4a5db14be65dbf5daa1d7c4068ac71fb160d327 (patch) | |
tree | 644141f395d33a29f2a3088ec7c2ba1ef33ee4d1 /packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch | |
parent | dad684d8f6b68397817fbd4d4990699cbc33d3ad (diff) |
openswan-2.2.0: fix makefile for make 3.81beta
Diffstat (limited to 'packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch')
-rw-r--r-- | packages/openswan/openswan-2.2.0/makefile-whitespace-fix.patch | 11 |
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) |