changed build order

This commit is contained in:
2011-01-23 05:26:48 +00:00
parent 5c1599722b
commit ec26d103c3
6 changed files with 22 additions and 18 deletions

View File

@@ -204,7 +204,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTION = foreign
EXTRA_DIST = LICENSE
SUBDIRS = lib cmd include
SUBDIRS = include lib cmd
DIST_SUBDIRS = $(SUBDIRS) regress samples doc
all: all-recursive
@@ -639,12 +639,6 @@ uninstall-am:
tags tags-recursive uninstall uninstall-am
#install-data-hook:
# cd include && $(MAKE) install
#uninstall-hook:
# cd include && $(MAKE) uninstall
distclean-local:
$(RM) -r autom4te.cache
# Tell versions [3.59,3.63) of GNU make to not export all variables.