strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f3ea4a
)
fixed perl oid generation
author
Martin Willi
<martin@strongswan.org>
Thu, 16 Oct 2008 15:38:48 +0000
(15:38 -0000)
committer
Martin Willi
<martin@strongswan.org>
Thu, 16 Oct 2008 15:38:48 +0000
(15:38 -0000)
src/libstrongswan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/libstrongswan/Makefile.am
b/src/libstrongswan/Makefile.am
index
014509b
..
70c8b7a
100644
(file)
--- a/
src/libstrongswan/Makefile.am
+++ b/
src/libstrongswan/Makefile.am
@@
-73,10
+73,10
@@
BUILT_SOURCES = asn1/oid.c asn1/oid.h
MAINTAINERCLEANFILES = asn1/oid.c asn1/oid.h
asn1/oid.c : asn1/oid.pl asn1/oid.txt
- (cd `dirname $<` && $(PERL)
$<
)
+ (cd `dirname $<` && $(PERL)
`basename $<`
)
asn1/oid.h : asn1/oid.pl asn1/oid.txt
- (cd `dirname $<` && $(PERL)
$<
)
+ (cd `dirname $<` && $(PERL)
`basename $<`
)
# build plugins with their own Makefile