Fix new automake warnings

merge-requests/1/head
Olaf Meeuwissen 2016-01-09 17:48:03 +09:00
rodzic 97fed76717
commit 79c623628a
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -296,7 +296,7 @@ descriptions-external.db: $(DESC_FILES) ../tools/sane-desc
> descriptions-external.db > descriptions-external.db
html-pages: $(HTML_PAGES) html-pages: $(HTML_PAGES)
html: html-pages html-man sane-html html-local: html-pages html-man sane-html
clean-local: clean-local:
rm -f *.toc *.aux *.log *.cp *.fn *.tp *.vr *.pg *.ky *.blg *.idx *.cb rm -f *.toc *.aux *.log *.cp *.fn *.tp *.vr *.pg *.ky *.blg *.idx *.cb

Wyświetl plik

@ -9,8 +9,8 @@
# #
JAVAROOT=. JAVAROOT=.
CLASSPATH_ENV=. MY_CLASSPATH=.
JAVAH=javah -jni -cp $(CLASSPATH_ENV) JAVAH=javah -jni -cp $(MY_CLASSPATH)
# We'll need something in 'configure' for the Java includes. # We'll need something in 'configure' for the Java includes.
AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include \ AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include \