Removed trailing whitespaces in configure.in/Makefile.am
This commit is contained in:
@@ -37,7 +37,7 @@ if USE_CHARON
|
||||
endif
|
||||
|
||||
lex.yy.c: $(srcdir)/parser.l $(srcdir)/parser.y $(srcdir)/parser.h
|
||||
$(LEX) $(srcdir)/parser.l
|
||||
$(LEX) $(srcdir)/parser.l
|
||||
|
||||
y.tab.c: $(srcdir)/parser.y $(srcdir)/parser.l $(srcdir)/parser.h
|
||||
$(YACC) -v -d $(srcdir)/parser.y
|
||||
@@ -51,7 +51,7 @@ keywords.c: $(srcdir)/keywords.txt $(srcdir)/keywords.h
|
||||
defs.o: $(PLUTODIR)/defs.c $(PLUTODIR)/defs.h
|
||||
$(COMPILE) -c -o $@ $(PLUTODIR)/defs.c
|
||||
|
||||
install-exec-local :
|
||||
install-exec-local :
|
||||
test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
|
||||
test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" || true
|
||||
test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -d "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" || true
|
||||
|
||||
Reference in New Issue
Block a user