1
1

Need to have empty targets when you put a target in AM_CONDITIONAL

This commit was SVN r5270.
Этот коммит содержится в:
Jeff Squyres 2005-04-12 16:34:42 +00:00
родитель 5d76385d6e
Коммит ea27fe7965

Просмотреть файл

@ -162,4 +162,12 @@ uninstall-local:
echo rm -f $(DESTDIR)$(libdir)/$$file; \
rm -f $(DESTDIR)$(libdir)/$$file; \
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