Need to have empty targets when you put a target in AM_CONDITIONAL
This commit was SVN r5270.
Этот коммит содержится в:
родитель
5d76385d6e
Коммит
ea27fe7965
@ -162,4 +162,12 @@ uninstall-local:
|
|||||||
echo rm -f $(DESTDIR)$(libdir)/$$file; \
|
echo rm -f $(DESTDIR)$(libdir)/$$file; \
|
||||||
rm -f $(DESTDIR)$(libdir)/$$file; \
|
rm -f $(DESTDIR)$(libdir)/$$file; \
|
||||||
done
|
done
|
||||||
|
else
|
||||||
|
|
||||||
|
# Need to have empty targets because AM can't handle having an
|
||||||
|
# AM_CONDITIONAL was targets in the "if" statement but not in the
|
||||||
|
# "else". :-(
|
||||||
|
|
||||||
|
install-exec-hook:
|
||||||
|
uninstall-local:
|
||||||
endif
|
endif
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user