Skip to content

Commit

Permalink
Remove unneeded 'SUBDIRS=' from 3 Makefile.am files
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored and stweil committed Apr 4, 2019
1 parent 2a1d238 commit fab9a54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/arch/Makefile.am
@@ -1,6 +1,5 @@
AM_CPPFLAGS += -I$(top_srcdir)/src/ccstruct -I$(top_srcdir)/src/ccutil -I$(top_srcdir)/src/viewer

SUBDIRS =
AM_CXXFLAGS =

if VISIBILITY
Expand Down
1 change: 0 additions & 1 deletion src/ccutil/Makefile.am
@@ -1,4 +1,3 @@
SUBDIRS =
AM_CXXFLAGS =
AM_CPPFLAGS =

Expand Down
1 change: 0 additions & 1 deletion src/lstm/Makefile.am
Expand Up @@ -8,7 +8,6 @@ AM_CPPFLAGS += \
-I$(top_srcdir)/src/dict \
-I$(top_srcdir)/src/lstm

SUBDIRS =
AM_CXXFLAGS = $(OPENMP_CXXFLAGS)

if !NO_TESSDATA_PREFIX
Expand Down

0 comments on commit fab9a54

Please sign in to comment.